From 73662f59cb26e17dd9e1a5ecb9d303aab9bfb2fd Mon Sep 17 00:00:00 2001 From: Devis Lucato Date: Tue, 14 Feb 2017 10:47:06 -0800 Subject: [PATCH] Fix broken links Fix the broken links at the bottom of https://docs.docker.com/compose/compose-file/ page --- compose/compose-file/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/compose/compose-file/index.md b/compose/compose-file/index.md index 6b81ceae1d..150b3adf6e 100644 --- a/compose/compose-file/index.md +++ b/compose/compose-file/index.md @@ -1252,10 +1252,10 @@ refer to it within the Compose file: ## Compose documentation - [User guide](index.md) -- [Installing Compose](install.md) +- [Installing Compose](/compose/install/) - [Compose file versions and upgrading](compose-versioning.md) - [Sample app with swarm mode](/engine/getstarted-voting-app/) -- [Get started with Django](django.md) -- [Get started with Rails](rails.md) -- [Get started with WordPress](wordpress.md) -- [Command line reference](./reference/index.md) +- [Get started with Django](/compose/django/) +- [Get started with Rails](/compose/rails/) +- [Get started with WordPress](/compose/wordpress/) +- [Command line reference](/compose/reference/)