Skip to content

Commit

Permalink
fix doc errs
Browse files Browse the repository at this point in the history
  • Loading branch information
devkelley committed Jan 3, 2024
1 parent 9881694 commit 84a3e96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions docs/containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ x86-64 architecture.
- [Dockerfile.arm64](../Dockerfile.arm64) - Dockerfile used to build the `Pub Sub Service` for the
aarch64 architecture.

>Note: The default configuration files are cloned from [.agemo/config](../.agemo/config/), defined
in the project's root.

#### Mosquitto MQTT Broker

- [Dockerfile.mosquitto.amd64](../Dockerfile.mosquitto.amd64) - Dockerfile used to build the
Expand Down
4 changes: 2 additions & 2 deletions pub-sub-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ service and directly communicate.

### Configure Pub Sub Service to use Chariott

1. Copy the `pub_sub_service_settings.yaml` template to [.agemo/config](../.agemo/config/) if the
file does not already exist. From the enlistment root, run:
1. Copy the `pub_sub_service_settings.yaml` template to `.agemo/config` if the file does not
already exist. From the enlistment root, run:

```shell
cp ./config/template/pub_sub_service_settings.yaml ./.agemo/config/
Expand Down

0 comments on commit 84a3e96

Please sign in to comment.