Fix broken relative links in old API docs
(cherry picked from commit 05d4c1314efd6b2ce408734aeece0e73f5d278f0)
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
| ... | ... |
@@ -1216,7 +1216,7 @@ the path to the alternate build instructions file to use. |
| 1216 | 1216 |
|
| 1217 | 1217 |
The archive may include any number of other files, |
| 1218 | 1218 |
which are accessible in the build context (See the [*ADD build |
| 1219 |
-command*](../../reference/builder.md#add)). |
|
| 1219 |
+command*](../reference/builder.md#add)). |
|
| 1220 | 1220 |
|
| 1221 | 1221 |
The Docker daemon performs a preliminary validation of the `Dockerfile` before |
| 1222 | 1222 |
starting the build, and returns an error if the syntax is incorrect. After that, |
| ... | ... |
@@ -1260,7 +1260,7 @@ the path to the alternate build instructions file to use. |
| 1260 | 1260 |
|
| 1261 | 1261 |
The archive may include any number of other files, |
| 1262 | 1262 |
which are accessible in the build context (See the [*ADD build |
| 1263 |
-command*](../../reference/builder.md#add)). |
|
| 1263 |
+command*](../reference/builder.md#add)). |
|
| 1264 | 1264 |
|
| 1265 | 1265 |
The Docker daemon performs a preliminary validation of the `Dockerfile` before |
| 1266 | 1266 |
starting the build, and returns an error if the syntax is incorrect. After that, |
| ... | ... |
@@ -1389,7 +1389,7 @@ the path to the alternate build instructions file to use. |
| 1389 | 1389 |
|
| 1390 | 1390 |
The archive may include any number of other files, |
| 1391 | 1391 |
which are accessible in the build context (See the [*ADD build |
| 1392 |
-command*](../../reference/builder.md#add)). |
|
| 1392 |
+command*](../reference/builder.md#add)). |
|
| 1393 | 1393 |
|
| 1394 | 1394 |
The Docker daemon performs a preliminary validation of the `Dockerfile` before |
| 1395 | 1395 |
starting the build, and returns an error if the syntax is incorrect. After that, |
| ... | ... |
@@ -1472,7 +1472,7 @@ the path to the alternate build instructions file to use. |
| 1472 | 1472 |
|
| 1473 | 1473 |
The archive may include any number of other files, |
| 1474 | 1474 |
which are accessible in the build context (See the [*ADD build |
| 1475 |
-command*](../../reference/builder.md#add)). |
|
| 1475 |
+command*](../reference/builder.md#add)). |
|
| 1476 | 1476 |
|
| 1477 | 1477 |
The Docker daemon performs a preliminary validation of the `Dockerfile` before |
| 1478 | 1478 |
starting the build, and returns an error if the syntax is incorrect. After that, |
| ... | ... |
@@ -1510,7 +1510,7 @@ or being killed. |
| 1510 | 1510 |
these values at build-time. Docker uses the `buildargs` as the environment |
| 1511 | 1511 |
context for command(s) run via the Dockerfile's `RUN` instruction or for |
| 1512 | 1512 |
variable expansion in other Dockerfile instructions. This is not meant for |
| 1513 |
- passing secret values. [Read more about the buildargs instruction](../../reference/builder.md#arg) |
|
| 1513 |
+ passing secret values. [Read more about the buildargs instruction](../reference/builder.md#arg) |
|
| 1514 | 1514 |
|
| 1515 | 1515 |
**Request Headers**: |
| 1516 | 1516 |
|
| ... | ... |
@@ -1651,7 +1651,7 @@ the path to the alternate build instructions file to use. |
| 1651 | 1651 |
|
| 1652 | 1652 |
The archive may include any number of other files, |
| 1653 | 1653 |
which are accessible in the build context (See the [*ADD build |
| 1654 |
-command*](../../reference/builder.md#add)). |
|
| 1654 |
+command*](../reference/builder.md#add)). |
|
| 1655 | 1655 |
|
| 1656 | 1656 |
The Docker daemon performs a preliminary validation of the `Dockerfile` before |
| 1657 | 1657 |
starting the build, and returns an error if the syntax is incorrect. After that, |
| ... | ... |
@@ -1689,7 +1689,7 @@ or being killed. |
| 1689 | 1689 |
these values at build-time. Docker uses the `buildargs` as the environment |
| 1690 | 1690 |
context for command(s) run via the Dockerfile's `RUN` instruction or for |
| 1691 | 1691 |
variable expansion in other Dockerfile instructions. This is not meant for |
| 1692 |
- passing secret values. [Read more about the buildargs instruction](../../reference/builder.md#arg) |
|
| 1692 |
+ passing secret values. [Read more about the buildargs instruction](../reference/builder.md#arg) |
|
| 1693 | 1693 |
- **shmsize** - Size of `/dev/shm` in bytes. The size must be greater than 0. If omitted the system uses 64MB. |
| 1694 | 1694 |
|
| 1695 | 1695 |
**Request Headers**: |
| ... | ... |
@@ -1686,7 +1686,7 @@ the path to the alternate build instructions file to use. |
| 1686 | 1686 |
|
| 1687 | 1687 |
The archive may include any number of other files, |
| 1688 | 1688 |
which are accessible in the build context (See the [*ADD build |
| 1689 |
-command*](../../reference/builder.md#add)). |
|
| 1689 |
+command*](../reference/builder.md#add)). |
|
| 1690 | 1690 |
|
| 1691 | 1691 |
The Docker daemon performs a preliminary validation of the `Dockerfile` before |
| 1692 | 1692 |
starting the build, and returns an error if the syntax is incorrect. After that, |
| ... | ... |
@@ -1724,7 +1724,7 @@ or being killed. |
| 1724 | 1724 |
these values at build-time. Docker uses the `buildargs` as the environment |
| 1725 | 1725 |
context for command(s) run via the Dockerfile's `RUN` instruction or for |
| 1726 | 1726 |
variable expansion in other Dockerfile instructions. This is not meant for |
| 1727 |
- passing secret values. [Read more about the buildargs instruction](../../reference/builder.md#arg) |
|
| 1727 |
+ passing secret values. [Read more about the buildargs instruction](../reference/builder.md#arg) |
|
| 1728 | 1728 |
- **shmsize** - Size of `/dev/shm` in bytes. The size must be greater than 0. If omitted the system uses 64MB. |
| 1729 | 1729 |
- **labels** – JSON map of string pairs for labels to set on the image. |
| 1730 | 1730 |
|
| ... | ... |
@@ -1683,7 +1683,7 @@ the path to the alternate build instructions file to use. |
| 1683 | 1683 |
|
| 1684 | 1684 |
The archive may include any number of other files, |
| 1685 | 1685 |
which are accessible in the build context (See the [*ADD build |
| 1686 |
-command*](../../reference/builder.md#add)). |
|
| 1686 |
+command*](../reference/builder.md#add)). |
|
| 1687 | 1687 |
|
| 1688 | 1688 |
The Docker daemon performs a preliminary validation of the `Dockerfile` before |
| 1689 | 1689 |
starting the build, and returns an error if the syntax is incorrect. After that, |
| ... | ... |
@@ -1721,7 +1721,7 @@ or being killed. |
| 1721 | 1721 |
these values at build-time. Docker uses the `buildargs` as the environment |
| 1722 | 1722 |
context for command(s) run via the Dockerfile's `RUN` instruction or for |
| 1723 | 1723 |
variable expansion in other Dockerfile instructions. This is not meant for |
| 1724 |
- passing secret values. [Read more about the buildargs instruction](../../reference/builder.md#arg) |
|
| 1724 |
+ passing secret values. [Read more about the buildargs instruction](../reference/builder.md#arg) |
|
| 1725 | 1725 |
- **shmsize** - Size of `/dev/shm` in bytes. The size must be greater than 0. If omitted the system uses 64MB. |
| 1726 | 1726 |
- **labels** – JSON map of string pairs for labels to set on the image. |
| 1727 | 1727 |
|
| ... | ... |
@@ -4077,7 +4077,7 @@ Remove a node from the swarm. |
| 4077 | 4077 |
|
| 4078 | 4078 |
- **200** – no error |
| 4079 | 4079 |
- **404** – no such node |
| 4080 |
-- **406** – node is not part of a swarm |
|
| 4080 |
+- **406** – node is not part of a swarm |
|
| 4081 | 4081 |
- **500** – server error |
| 4082 | 4082 |
|
| 4083 | 4083 |
#### Update a node |