mirror of https://github.com/docker/compose.git
Fix links between reference sections
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
cd48a7026a
commit
182c2537d0
|
@ -100,5 +100,5 @@ directory name.
|
|||
|
||||
## Where to go next
|
||||
|
||||
* [CLI environment variables](overview.md)
|
||||
* [Command line reference](index.md)
|
||||
* [CLI environment variables](/reference/overview.md)
|
||||
* [Command line reference](/reference)
|
||||
|
|
|
@ -30,5 +30,5 @@ The following pages describe the usage information for the [docker-compose](/ref
|
|||
|
||||
## Where to go next
|
||||
|
||||
* [CLI environment variables](overview.md)
|
||||
* [docker-compose Command](docker-compose.md)
|
||||
* [CLI environment variables](/reference/overview)
|
||||
* [docker-compose Command](/reference/docker-compose)
|
||||
|
|
|
@ -17,8 +17,8 @@ This section describes the subcommands you can use with the `docker-compose` com
|
|||
|
||||
## Commands
|
||||
|
||||
* [docker-compose Command](docker-compose.md)
|
||||
* [CLI Reference](index.md)
|
||||
* [docker-compose Command](/reference/docker-compose.md)
|
||||
* [CLI Reference](/reference)
|
||||
|
||||
|
||||
## Environment Variables
|
||||
|
|
Loading…
Reference in New Issue