From 37b13201c41753574942e567562f7ad098b827bf Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Thu, 26 Jan 2017 10:15:47 -0800 Subject: [PATCH] Fix broken relative links in old API docs Signed-off-by: Misty Stanley-Jones --- docs/api/v1.18.md | 2 +- docs/api/v1.19.md | 2 +- docs/api/v1.20.md | 2 +- docs/api/v1.21.md | 4 ++-- docs/api/v1.22.md | 4 ++-- docs/api/v1.23.md | 4 ++-- docs/api/v1.24.md | 6 +++--- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/api/v1.18.md b/docs/api/v1.18.md index 7ecde39af9..ebdea071ee 100644 --- a/docs/api/v1.18.md +++ b/docs/api/v1.18.md @@ -1217,7 +1217,7 @@ the path to the alternate build instructions file to use. The archive may include any number of other files, which are accessible in the build context (See the [*ADD build -command*](../../reference/builder.md#add)). +command*](../reference/builder.md#add)). The Docker daemon performs a preliminary validation of the `Dockerfile` before starting the build, and returns an error if the syntax is incorrect. After that, diff --git a/docs/api/v1.19.md b/docs/api/v1.19.md index 5ec41160a0..04b60f5b90 100644 --- a/docs/api/v1.19.md +++ b/docs/api/v1.19.md @@ -1261,7 +1261,7 @@ the path to the alternate build instructions file to use. The archive may include any number of other files, which are accessible in the build context (See the [*ADD build -command*](../../reference/builder.md#add)). +command*](../reference/builder.md#add)). The Docker daemon performs a preliminary validation of the `Dockerfile` before starting the build, and returns an error if the syntax is incorrect. After that, diff --git a/docs/api/v1.20.md b/docs/api/v1.20.md index 4d7ce43bf0..f5ea42328c 100644 --- a/docs/api/v1.20.md +++ b/docs/api/v1.20.md @@ -1390,7 +1390,7 @@ the path to the alternate build instructions file to use. The archive may include any number of other files, which are accessible in the build context (See the [*ADD build -command*](../../reference/builder.md#add)). +command*](../reference/builder.md#add)). The Docker daemon performs a preliminary validation of the `Dockerfile` before starting the build, and returns an error if the syntax is incorrect. After that, diff --git a/docs/api/v1.21.md b/docs/api/v1.21.md index 8d0bd6b374..cadfdbd2a4 100644 --- a/docs/api/v1.21.md +++ b/docs/api/v1.21.md @@ -1473,7 +1473,7 @@ the path to the alternate build instructions file to use. The archive may include any number of other files, which are accessible in the build context (See the [*ADD build -command*](../../reference/builder.md#add)). +command*](../reference/builder.md#add)). The Docker daemon performs a preliminary validation of the `Dockerfile` before starting the build, and returns an error if the syntax is incorrect. After that, @@ -1511,7 +1511,7 @@ or being killed. these values at build-time. Docker uses the `buildargs` as the environment context for command(s) run via the Dockerfile's `RUN` instruction or for variable expansion in other Dockerfile instructions. This is not meant for - passing secret values. [Read more about the buildargs instruction](../../reference/builder.md#arg) + passing secret values. [Read more about the buildargs instruction](../reference/builder.md#arg) **Request Headers**: diff --git a/docs/api/v1.22.md b/docs/api/v1.22.md index f6d1e13c8d..8dcd8c552e 100644 --- a/docs/api/v1.22.md +++ b/docs/api/v1.22.md @@ -1652,7 +1652,7 @@ the path to the alternate build instructions file to use. The archive may include any number of other files, which are accessible in the build context (See the [*ADD build -command*](../../reference/builder.md#add)). +command*](../reference/builder.md#add)). The Docker daemon performs a preliminary validation of the `Dockerfile` before starting the build, and returns an error if the syntax is incorrect. After that, @@ -1690,7 +1690,7 @@ or being killed. these values at build-time. Docker uses the `buildargs` as the environment context for command(s) run via the Dockerfile's `RUN` instruction or for variable expansion in other Dockerfile instructions. This is not meant for - passing secret values. [Read more about the buildargs instruction](../../reference/builder.md#arg) + passing secret values. [Read more about the buildargs instruction](../reference/builder.md#arg) - **shmsize** - Size of `/dev/shm` in bytes. The size must be greater than 0. If omitted the system uses 64MB. **Request Headers**: diff --git a/docs/api/v1.23.md b/docs/api/v1.23.md index 32600bd132..8ac2e2538e 100644 --- a/docs/api/v1.23.md +++ b/docs/api/v1.23.md @@ -1687,7 +1687,7 @@ the path to the alternate build instructions file to use. The archive may include any number of other files, which are accessible in the build context (See the [*ADD build -command*](../../reference/builder.md#add)). +command*](../reference/builder.md#add)). The Docker daemon performs a preliminary validation of the `Dockerfile` before starting the build, and returns an error if the syntax is incorrect. After that, @@ -1725,7 +1725,7 @@ or being killed. these values at build-time. Docker uses the `buildargs` as the environment context for command(s) run via the Dockerfile's `RUN` instruction or for variable expansion in other Dockerfile instructions. This is not meant for - passing secret values. [Read more about the buildargs instruction](../../reference/builder.md#arg) + passing secret values. [Read more about the buildargs instruction](../reference/builder.md#arg) - **shmsize** - Size of `/dev/shm` in bytes. The size must be greater than 0. If omitted the system uses 64MB. - **labels** – JSON map of string pairs for labels to set on the image. diff --git a/docs/api/v1.24.md b/docs/api/v1.24.md index fdf5f9e816..1d7b1321cb 100644 --- a/docs/api/v1.24.md +++ b/docs/api/v1.24.md @@ -1684,7 +1684,7 @@ the path to the alternate build instructions file to use. The archive may include any number of other files, which are accessible in the build context (See the [*ADD build -command*](../../reference/builder.md#add)). +command*](../reference/builder.md#add)). The Docker daemon performs a preliminary validation of the `Dockerfile` before starting the build, and returns an error if the syntax is incorrect. After that, @@ -1722,7 +1722,7 @@ or being killed. these values at build-time. Docker uses the `buildargs` as the environment context for command(s) run via the Dockerfile's `RUN` instruction or for variable expansion in other Dockerfile instructions. This is not meant for - passing secret values. [Read more about the buildargs instruction](../../reference/builder.md#arg) + passing secret values. [Read more about the buildargs instruction](../reference/builder.md#arg) - **shmsize** - Size of `/dev/shm` in bytes. The size must be greater than 0. If omitted the system uses 64MB. - **labels** – JSON map of string pairs for labels to set on the image. @@ -4078,7 +4078,7 @@ Remove a node from the swarm. - **200** – no error - **404** – no such node -- **406** – node is not part of a swarm +- **406** – node is not part of a swarm - **500** – server error #### Update a node