The archive is only available on docs.docker.com, and not
when doing a "make docs", so relative links will not resolve.
Making these links absolute, so that they always
point to the live "docs.docker.com" domain.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -118,7 +118,7 @@ For example: |
| 118 | 118 |
> **Note** These instructions are for Docker Engine 1.11 and up. Engine 1.10 and |
| 119 | 119 |
> under consists of a single binary, and instructions for those versions are |
| 120 | 120 |
> different. To install version 1.10 or below, follow the instructions in the |
| 121 |
-> <a href="/v1.10/engine/installation/binaries/" target="_blank">1.10 documentation</a>. |
|
| 121 |
+> <a href="https://docs.docker.com/v1.10/engine/installation/binaries/" target="_blank">1.10 documentation</a>. |
|
| 122 | 122 |
|
| 123 | 123 |
|
| 124 | 124 |
#### Install the Linux binaries |
| ... | ... |
@@ -217,7 +217,7 @@ For example: |
| 217 | 217 |
|
| 218 | 218 |
> **Note** These instructions are for Engine 1.11 and up. Instructions for older |
| 219 | 219 |
> versions are slightly different. To install version 1.10 or below, follow the |
| 220 |
-> instructions in the <a href="/v1.10/engine/installation/binaries/" target="_blank">1.10 documentation</a>. |
|
| 220 |
+> instructions in the <a href="https://docs.docker.com/v1.10/engine/installation/binaries/" target="_blank">1.10 documentation</a>. |
|
| 221 | 221 |
|
| 222 | 222 |
## Giving non-root access |
| 223 | 223 |
|