Browse Source

Fix links between reference sections

Signed-off-by: Daniel Nephin <[email protected]>
Daniel Nephin 10 years ago
parent
commit
182c2537d0
3 changed files with 6 additions and 6 deletions
  1. 2 2
      docs/reference/docker-compose.md
  2. 2 2
      docs/reference/index.md
  3. 2 2
      docs/reference/overview.md

+ 2 - 2
docs/reference/docker-compose.md

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

+ 2 - 2
docs/reference/index.md

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

+ 2 - 2
docs/reference/overview.md

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