From 6d23ad42b29c45f3d1f8c7214091d06c058e04c4 Mon Sep 17 00:00:00 2001 From: njuguna-n <141340177+njuguna-n@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:16:07 +0300 Subject: [PATCH] fix: update link text in cht sync cleanup section --- content/en/building/guides/data/analytics/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/building/guides/data/analytics/setup.md b/content/en/building/guides/data/analytics/setup.md index 7272cb401..4bc91bebd 100644 --- a/content/en/building/guides/data/analytics/setup.md +++ b/content/en/building/guides/data/analytics/setup.md @@ -46,7 +46,7 @@ You can verify this command worked by running `docker ps`. It should show 2 cont ### Cleanup When you are done using the services, you can clean everything by running `down`. -For example, in the scenario of [running all CHT Sync services]({{< relref "#separate-couchdb-instance" >}}), the command should look like: +For example, in the scenario of [separate couchdb instance]({{< relref "#separate-couchdb-instance" >}}), the command should look like: ```sh docker compose -f docker-compose.postgres.yml -f docker-compose.yml down