From 380fe94614cecad6af85263af17245c5fc4103e8 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Tue, 14 Oct 2014 09:16:17 +1000 Subject: [PATCH] Link directly to the 'latest' release alias Docker-DCO-1.1-Signed-off-by: Sven Dowideit (github: SvenDowideit) --- docs/sources/installation/mac.md | 6 +++--- docs/sources/installation/windows.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/sources/installation/mac.md b/docs/sources/installation/mac.md index 0707c56b7b..89fed17115 100644 --- a/docs/sources/installation/mac.md +++ b/docs/sources/installation/mac.md @@ -22,8 +22,8 @@ virtual machine (using VirtualBox) that's all set up to run the Docker daemon. ## Installation 1. Download the latest release of the [Docker for OS X Installer]( - https://github.com/boot2docker/osx-installer/releases) (Look for the green - Boot2Docker-x.x.x.pkg button near the bottom of the page.) + https://github.com/boot2docker/osx-installer/releases/latest) (Look for the + green Boot2Docker-x.x.x.pkg button near the bottom of the page.) 2. Run the installer by double-clicking the downloaded package, which will install a VirtualBox VM, Docker itself, and the Boot2Docker management tool. @@ -55,7 +55,7 @@ for more information. ## Upgrading 1. Download the latest release of the [Docker for OS X Installer]( - https://github.com/boot2docker/osx-installer/releases) + https://github.com/boot2docker/osx-installer/releases/latest) 2. If Boot2Docker is currently running, stop it with `boot2docker stop`. Then, run the installer package, which will update Docker and the Boot2Docker management tool. diff --git a/docs/sources/installation/windows.md b/docs/sources/installation/windows.md index 6220cd6b6e..667ce2935d 100644 --- a/docs/sources/installation/windows.md +++ b/docs/sources/installation/windows.md @@ -21,7 +21,7 @@ virtual machine and runs the Docker daemon. ## Installation -1. Download the latest release of the [Docker for Windows Installer](https://github.com/boot2docker/windows-installer/releases) +1. Download the latest release of the [Docker for Windows Installer](https://github.com/boot2docker/windows-installer/releases/latest) 2. Run the installer, which will install VirtualBox, MSYS-git, the boot2docker Linux ISO, and the Boot2Docker management tool. ![](/installation/images/windows-installer.png) @@ -37,7 +37,7 @@ and the Boot2Docker management tool. ## Upgrading 1. Download the latest release of the [Docker for Windows Installer]( - https://github.com/boot2docker/windows-installer/releases) + https://github.com/boot2docker/windows-installer/releases/latest) 2. Run the installer, which will update the Boot2Docker management tool.