From 4b090ae5f259dcedb946463a8512b2416a971fcb Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 8 Jul 2016 12:06:36 -0700 Subject: [PATCH] Make archive links absolute 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 --- docs/installation/binaries.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/binaries.md b/docs/installation/binaries.md index f0dda97e74..2ae4750247 100644 --- a/docs/installation/binaries.md +++ b/docs/installation/binaries.md @@ -118,7 +118,7 @@ For example: > **Note** These instructions are for Docker Engine 1.11 and up. Engine 1.10 and > under consists of a single binary, and instructions for those versions are > different. To install version 1.10 or below, follow the instructions in the -> 1.10 documentation. +> 1.10 documentation. #### Install the Linux binaries @@ -217,7 +217,7 @@ For example: > **Note** These instructions are for Engine 1.11 and up. Instructions for older > versions are slightly different. To install version 1.10 or below, follow the -> instructions in the 1.10 documentation. +> instructions in the 1.10 documentation. ## Giving non-root access