Skip to content

Commit

Permalink
fix linking issues
Browse files Browse the repository at this point in the history
  • Loading branch information
devkelley committed Nov 3, 2023
1 parent 4980009 commit c3e1e86
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
- [Streaming Sample](#streaming-sample)
- [Using Chariott](#using-chariott)
- [Running in a Container](#running-in-a-container)
- [Dockerfile](#dockerfile)
- [Docker](#docker)
- [Podman](#podman)
- [Trademarks](#trademarks)

## <a name="introduction">Introduction</a>
Expand Down
2 changes: 1 addition & 1 deletion container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ a container please refer to [Samples Containerization](../samples/container/READ
## Running the In-Vehicle Digital Twin Service in a Container

Below are the steps for running the service in a container. Note that the configuration files used
by the containerized service are cloned from [container/config](./container/config/) defined in the
by the containerized service are cloned from [/container/config](./config/) defined in the
project's root.

### Dockerfile
Expand Down
6 changes: 3 additions & 3 deletions samples/container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ please refer to [Ibeji Containerization](../../container/README.md).

Below are the steps for running the sample providers and consumers in a container. Note that the
configuration files used by the containerized sample are cloned from
[/samples/container/config](./samples/container/config/) defined in the project's root.
[/samples/container/config](./config/) defined in the project's root.

### Provider

Expand All @@ -17,7 +17,7 @@ Provider containers utilize the dockerfile [Dockerfile.provider](../Dockerfile.p
#### Build

By default, the sample provider built in the Dockerfile is the
[property-provider](./samples/property/provider/). To change the provider the container builds, use
[property-provider](../property/provider/). To change the provider the container builds, use
the following argument:

<b>Docker</b>
Expand Down Expand Up @@ -88,7 +88,7 @@ Consumer containers utilize the dockerfile [Dockerfile.consumer](../Dockerfile.c
#### Build

By default, the sample consumer built in the Dockerfile is the
[property-consumer](./samples/property/consumer/). To change the consumer the container builds, use
[property-consumer](../property/consumer/). To change the consumer the container builds, use
the following argument:

<b>Docker</b>
Expand Down
2 changes: 1 addition & 1 deletion samples/container/config/consumer/consumer_settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
#

# The URL that the in-vehicle digital twin service listens on for digital twin requests.
invehicle_digital_twin_uri: "http://0.0.0.0:5010"
invehicle_digital_twin_uri: "http://0.0.0.0:5010" # DevSkim: ignore DS137138
2 changes: 1 addition & 1 deletion samples/container/config/provider/provider_settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
provider_authority: "0.0.0.0:1883"

# The URL that the in-vehicle digital twin service listens on for digital twin requests.
invehicle_digital_twin_uri: "http://0.0.0.0:5010"
invehicle_digital_twin_uri: "http://0.0.0.0:5010" # DevSkim: ignore DS137138

0 comments on commit c3e1e86

Please sign in to comment.