From 3841e8862596637b904acf7f64b657bf3c9b49b1 Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Wed, 5 Feb 2014 14:04:19 -0500 Subject: [PATCH] Always download things over https Docker-DCO-1.1-Signed-off-by: Joe Shaw (github: joeshaw) --- docs/sources/installation/mac.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/mac.rst b/docs/sources/installation/mac.rst index 6fc5ed10bf..4f0550ad3d 100644 --- a/docs/sources/installation/mac.rst +++ b/docs/sources/installation/mac.rst @@ -66,7 +66,7 @@ Run the following commands to get it downloaded and set up: .. code-block:: bash # Get the file - curl -o docker http://get.docker.io/builds/Darwin/x86_64/docker-latest + curl -o docker https://get.docker.io/builds/Darwin/x86_64/docker-latest # Mark it executable chmod +x docker