Fix broken links

Fix the broken links at the bottom of https://docs.docker.com/compose/compose-file/ page
This commit is contained in:
Devis Lucato 2017-02-14 10:47:06 -08:00 committed by GitHub
parent be407562c0
commit 73662f59cb
1 changed files with 5 additions and 5 deletions

View File

@ -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/)