Skip to content

Commit

Permalink
Fix link to docker compose overview per muffet (#1503)
Browse files Browse the repository at this point in the history
* Fix link to docker compose overview per muffet

* fix link to MS eng fundamentals checklist

* update link to WHO core health indicators (use index)
  • Loading branch information
mrjones-plip authored Aug 26, 2024
1 parent 7d1152f commit b31452c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/en/apps/examples/anc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion content/en/contribute/code/repository-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
This policy was inspired by [Microsoft's Engineering Fundamentals Checklist](https://microsoft.github.io/code-with-engineering-playbook/engineering-fundamentals-checklist/).
2 changes: 1 addition & 1 deletion content/en/hosting/3.x/self-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit b31452c

Please sign in to comment.