From ee616cd9b4a66c14ae7207f7bdbea35a08493615 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Wed, 19 Feb 2014 11:35:58 +1000 Subject: [PATCH] we moved the repo Docker-DCO-1.1-Signed-off-by: Sven Dowideit (github: SvenDowideit) Upstream-commit: e2da84ee63b759173d4919481eeb0c3ddf58cfb5 Component: engine --- components/engine/docs/sources/installation/mac.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/engine/docs/sources/installation/mac.rst b/components/engine/docs/sources/installation/mac.rst index efb999ee1f..75e788b597 100644 --- a/components/engine/docs/sources/installation/mac.rst +++ b/components/engine/docs/sources/installation/mac.rst @@ -39,7 +39,7 @@ boot2docker ``docker`` daemon. It also takes care of the installation for the OS image that is used for the job. -.. _GitHub page: https://github.com/steeve/boot2docker +.. _GitHub page: https://github.com/boot2docker/boot2docker Open up a new terminal window, if you have not already. @@ -51,7 +51,7 @@ Run the following commands to get boot2docker: cd ~/bin # Get the file - curl https://raw.github.com/steeve/boot2docker/master/boot2docker > boot2docker + curl https://raw.github.com/boot2docker/boot2docker/master/boot2docker > boot2docker # Mark it executable chmod +x boot2docker @@ -153,7 +153,7 @@ boot2docker: See the GitHub page for `boot2docker`_. -.. _boot2docker: https://github.com/steeve/boot2docker +.. _boot2docker: https://github.com/boot2docker/boot2docker If SSH complains about keys: ----------------------------