From 6799d14cb8cb9986d4a38473cddd009b96e717c8 Mon Sep 17 00:00:00 2001 From: lukemarsden Date: Sun, 4 May 2014 17:52:48 +0100 Subject: [PATCH] Update devenvironment.md `git clone` should use `https` URL. --- docs/sources/contributing/devenvironment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/contributing/devenvironment.md b/docs/sources/contributing/devenvironment.md index bcefa00369..24e250dbb0 100644 --- a/docs/sources/contributing/devenvironment.md +++ b/docs/sources/contributing/devenvironment.md @@ -32,7 +32,7 @@ Again, you can do it in other ways but you need to do more work. ## Check out the Source - $ git clone http://git@github.com/dotcloud/docker + $ git clone https://git@github.com/dotcloud/docker $ cd docker To checkout a different revision just use `git checkout`