Links to compose file information terminates with 404 (#3011)

I have corrected the link in two places to what I expect to be the right resource.
This commit is contained in:
Jonas B. Nielsen 2017-04-24 18:22:36 +02:00 committed by Jim Galasyn
parent d7c75c7c4d
commit 82cf41f6f5
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ A `docker-compose.yml` looks like this:
logvolume01: {}
For more information about the Compose file, see the
[Compose file reference](compose-file.md).
[Compose file reference](compose-file/index.md).
Compose has commands for managing the whole lifecycle of your application:
@ -62,7 +62,7 @@ Compose has commands for managing the whole lifecycle of your application:
- [Get started with WordPress](wordpress.md)
- [Frequently asked questions](faq.md)
- [Command line reference](./reference/index.md)
- [Compose file reference](compose-file.md)
- [Compose file reference](compose-file/index.md)
## Features