Skip to content

Commit ad969f1

Browse files
authored
Merge pull request moby#24460 from thaJeztah/make-archive-link-absolute
Make archive links absolute
2 parents 2664f37 + 4b090ae commit ad969f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation/binaries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ For example:
118118
> **Note** These instructions are for Docker Engine 1.11 and up. Engine 1.10 and
119119
> under consists of a single binary, and instructions for those versions are
120120
> 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>.
122122
123123

124124
#### Install the Linux binaries
@@ -217,7 +217,7 @@ For example:
217217

218218
> **Note** These instructions are for Engine 1.11 and up. Instructions for older
219219
> 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>.
221221
222222
## Giving non-root access
223223

0 commit comments

Comments
 (0)