From 4c9fae8e2337d022cdc93d0b1a2259e72cd1e395 Mon Sep 17 00:00:00 2001 From: Peter Kokot <peterkokot@gmail.com> Date: Tue, 2 Jan 2018 19:01:49 +0100 Subject: [PATCH] Fix anchor link (#5639) --- compose/compose-file/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/compose-file/index.md b/compose/compose-file/index.md index 72b5fd33e3..4ccdc1c833 100644 --- a/compose/compose-file/index.md +++ b/compose/compose-file/index.md @@ -140,7 +140,7 @@ tutorial. - [Your first docker-compose.yml File](/get-started/part3.md#your-first-docker-composeyml-file) -- [Adding a new service and redeploying](/get-started/part5.md#adding-a-new-service-and-redeploying) +- [Add a new service and redeploy](/get-started/part5.md#add-a-new-service-and-redeploy) Another good reference is the Compose file for the voting app sample used in the [Docker for Beginners lab](https://github.com/docker/labs/tree/master/beginner/) -- GitLab