Browse code

Fixed broken links in docker_remote_api

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>

Christopher Jones authored on 2015/11/07 07:12:51
Showing 10 changed files
... ...
@@ -130,7 +130,7 @@ list of DNS options to be used in the container.
130 130
 
131 131
 ### v1.20 API changes
132 132
 
133
-[Docker Remote API v1.20](docker_remote_api_v1.20/) documentation
133
+[Docker Remote API v1.20](docker_remote_api_v1.20.md) documentation
134 134
 
135 135
 * `GET /containers/(id)/archive` get an archive of filesystem content from a container.
136 136
 * `PUT /containers/(id)/archive` upload an archive of content to be extracted to
... ...
@@ -15,7 +15,7 @@ weight = 7
15 15
 
16 16
  - The Remote API has replaced `rcli`.
17 17
  - The daemon listens on `unix:///var/run/docker.sock` but you can
18
-   [Bind Docker to another host/port or a Unix socket](../../articles/basics.md#bind-docker-to-another-hostport-or-a-unix-socket).
18
+   [Bind Docker to another host/port or a Unix socket](../../userguide/basics.md#bind-docker-to-another-host-port-or-a-unix-socket).
19 19
  - The API tends to be REST, but for some complex commands, like `attach`
20 20
    or `pull`, the HTTP connection is hijacked to transport `STDOUT`,
21 21
    `STDIN` and `STDERR`.
... ...
@@ -15,7 +15,7 @@ weight = 6
15 15
 
16 16
  - The Remote API has replaced `rcli`.
17 17
  - The daemon listens on `unix:///var/run/docker.sock` but you can
18
-   [Bind Docker to another host/port or a Unix socket](../../articles/basics.md#bind-docker-to-another-hostport-or-a-unix-socket).
18
+   [Bind Docker to another host/port or a Unix socket](../../userguide/basics.md#bind-docker-to-another-host-port-or-a-unix-socket).
19 19
  - The API tends to be REST, but for some complex commands, like `attach`
20 20
    or `pull`, the HTTP connection is hijacked to transport `STDOUT`,
21 21
    `STDIN` and `STDERR`.
... ...
@@ -15,7 +15,7 @@ weight = 5
15 15
 
16 16
  - The Remote API has replaced `rcli`.
17 17
  - The daemon listens on `unix:///var/run/docker.sock` but you can
18
-   [Bind Docker to another host/port or a Unix socket](../../articles/basics.md#bind-docker-to-another-hostport-or-a-unix-socket).
18
+   [Bind Docker to another host/port or a Unix socket](../../userguide/basics.md#bind-docker-to-another-host-port-or-a-unix-socket).
19 19
  - The API tends to be REST, but for some complex commands, like `attach`
20 20
    or `pull`, the HTTP connection is hijacked to transport `STDOUT`,
21 21
    `STDIN` and `STDERR`.
... ...
@@ -15,7 +15,7 @@ weight = 4
15 15
 
16 16
  - The Remote API has replaced `rcli`.
17 17
  - The daemon listens on `unix:///var/run/docker.sock` but you can
18
-   [Bind Docker to another host/port or a Unix socket](../../articles/basics.md#bind-docker-to-another-hostport-or-a-unix-socket).
18
+   [Bind Docker to another host/port or a Unix socket](../../userguide/basics.md#bind-docker-to-another-host-port-or-a-unix-socket).
19 19
  - The API tends to be REST, but for some complex commands, like `attach`
20 20
    or `pull`, the HTTP connection is hijacked to transport `STDOUT`,
21 21
    `STDIN` and `STDERR`.
... ...
@@ -15,7 +15,7 @@ weight = 3
15 15
 
16 16
  - The Remote API has replaced `rcli`.
17 17
  - The daemon listens on `unix:///var/run/docker.sock` but you can
18
-   [Bind Docker to another host/port or a Unix socket](../../articles/basics.md#bind-docker-to-another-hostport-or-a-unix-socket).
18
+   [Bind Docker to another host/port or a Unix socket](../../userguide/basics.md#bind-docker-to-another-host-port-or-a-unix-socket).
19 19
  - The API tends to be REST, but for some complex commands, like `attach`
20 20
    or `pull`, the HTTP connection is hijacked to transport `STDOUT`,
21 21
    `STDIN` and `STDERR`.
... ...
@@ -15,7 +15,7 @@ weight = 2
15 15
 
16 16
  - The Remote API has replaced `rcli`.
17 17
  - The daemon listens on `unix:///var/run/docker.sock` but you can
18
-   [Bind Docker to another host/port or a Unix socket](../../articles/basics.md#bind-docker-to-another-hostport-or-a-unix-socket).
18
+   [Bind Docker to another host/port or a Unix socket](../../userguide/basics.md#bind-docker-to-another-host-port-or-a-unix-socket).
19 19
  - The API tends to be REST. However, for some complex commands, like `attach`
20 20
    or `pull`, the HTTP connection is hijacked to transport `stdout`,
21 21
    `stdin` and `stderr`.
... ...
@@ -15,7 +15,7 @@ weight = 1
15 15
 
16 16
  - The Remote API has replaced `rcli`.
17 17
  - The daemon listens on `unix:///var/run/docker.sock` but you can
18
-   [Bind Docker to another host/port or a Unix socket](../../articles/basics.md#bind-docker-to-another-hostport-or-a-unix-socket).
18
+   [Bind Docker to another host/port or a Unix socket](../../userguide/basics.md#bind-docker-to-another-host-port-or-a-unix-socket).
19 19
  - The API tends to be REST. However, for some complex commands, like `attach`
20 20
    or `pull`, the HTTP connection is hijacked to transport `stdout`,
21 21
    `stdin` and `stderr`.
... ...
@@ -15,7 +15,7 @@ weight=-2
15 15
 
16 16
  - The Remote API has replaced `rcli`.
17 17
  - The daemon listens on `unix:///var/run/docker.sock` but you can
18
-   [Bind Docker to another host/port or a Unix socket](../../articles/basics.md#bind-docker-to-another-hostport-or-a-unix-socket).
18
+   [Bind Docker to another host/port or a Unix socket](../../userguide/basics.md#bind-docker-to-another-host-port-or-a-unix-socket).
19 19
  - The API tends to be REST. However, for some complex commands, like `attach`
20 20
    or `pull`, the HTTP connection is hijacked to transport `stdout`,
21 21
    `stdin` and `stderr`.
... ...
@@ -1,6 +1,5 @@
1 1
 <!--[metadata]>
2 2
 +++
3
-draft=true
4 3
 title = "Remote API v1.22"
5 4
 description = "API Documentation for Docker"
6 5
 keywords = ["API, Docker, rcli, REST,  documentation"]
... ...
@@ -16,7 +15,7 @@ weight=-3
16 16
 
17 17
  - The Remote API has replaced `rcli`.
18 18
  - The daemon listens on `unix:///var/run/docker.sock` but you can
19
-   [Bind Docker to another host/port or a Unix socket](../../articles/basics.md#bind-docker-to-another-hostport-or-a-unix-socket).
19
+   [Bind Docker to another host/port or a Unix socket](../../userguide/basics.md#bind-docker-to-another-host-port-or-a-unix-socket).
20 20
  - The API tends to be REST. However, for some complex commands, like `attach`
21 21
    or `pull`, the HTTP connection is hijacked to transport `stdout`,
22 22
    `stdin` and `stderr`.