From b31452c9fcf589405e88ffe74a09c82b3b3828c6 Mon Sep 17 00:00:00 2001 From: mrjones <8253488+mrjones-plip@users.noreply.github.com> Date: Mon, 26 Aug 2024 05:06:22 -0700 Subject: [PATCH] Fix link to docker compose overview per muffet (#1503) * Fix link to docker compose overview per muffet * fix link to MS eng fundamentals checklist * update link to WHO core health indicators (use index) --- content/en/apps/examples/anc.md | 2 +- content/en/contribute/code/repository-checklist.md | 2 +- content/en/hosting/3.x/self-hosting.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/apps/examples/anc.md b/content/en/apps/examples/anc.md index 4bf8f15fc..f9f9d9ab0 100644 --- a/content/en/apps/examples/anc.md +++ b/content/en/apps/examples/anc.md @@ -101,4 +101,4 @@ Here are a few additional resources to help get you started with the maternal an - View the [configuration code for this reference app](https://github.com/medic/cht-core/tree/master/config/default/) - Install the reference app following these [easy installation instructions]({{< ref "apps/tutorials/local-setup" >}}) - Modify the maternal and newborn reference application for your project context using [configuration best practices]({{< ref "design/best-practices" >}}) -- Understand the basis for measuring the impact of maternal and newborn workflows by reviewing the World Health Organization's [Core Health Indicators](https://rho.emro.who.int/data-r) +- Understand the basis for measuring the impact of maternal and newborn workflows by reviewing the World Health Organization's [Core Health Indicators](https://www.who.int/data/gho/data/indicators/indicators-index) diff --git a/content/en/contribute/code/repository-checklist.md b/content/en/contribute/code/repository-checklist.md index 1d515cb3f..2cab83bdb 100644 --- a/content/en/contribute/code/repository-checklist.md +++ b/content/en/contribute/code/repository-checklist.md @@ -63,4 +63,4 @@ A: It depends on the nature of the code. Some things to consider are: is the new ## More info -This policy was inspired by [Microsoft's Engineering Fundamentals Checklist](https://microsoft.github.io/code-with-engineering-playbook/ENG-FUNDAMENTALS-CHECKLIST/). \ No newline at end of file +This policy was inspired by [Microsoft's Engineering Fundamentals Checklist](https://microsoft.github.io/code-with-engineering-playbook/engineering-fundamentals-checklist/). diff --git a/content/en/hosting/3.x/self-hosting.md b/content/en/hosting/3.x/self-hosting.md index b619e89f9..ee04aedc2 100644 --- a/content/en/hosting/3.x/self-hosting.md +++ b/content/en/hosting/3.x/self-hosting.md @@ -18,7 +18,7 @@ Whether run on bare-metal or in a cloud provider, the Community Health Toolkit ( ## Installing with a compose file -The CHT containers are installed using [docker compose](https://docs.docker.com/compose/reference/overview/) so that you can run multiple containers as a single service. +The CHT containers are installed using [docker compose](https://docs.docker.com/compose/) so that you can run multiple containers as a single service. Start by choosing the location where you would like to save your compose configuration file. Then create the `docker-compose.yml` file by `cd`ing into the correct directory and running: