Explorar el Código

Update devenvironment.md

`git clone` should use `https` URL.
lukemarsden hace 11 años
padre
commit
6799d14cb8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 
-    $ 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`