浏览代码

Merge pull request #5585 from lukemarsden/patch-1

git clone should use https URL in devenvironment.md
Sven Dowideit 11 年之前
父节点
当前提交
3230889d24
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/contributing/devenvironment.md

+ 1 - 1
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
 ## Check out the Source
 
 
-    $ git clone http://git@github.com/dotcloud/docker
+    $ git clone https://git@github.com/dotcloud/docker
     $ cd docker
     $ cd docker
 
 
 To checkout a different revision just use `git checkout`
 To checkout a different revision just use `git checkout`