git clone from https instead of git:// because gitorious broke the latter
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 20 Mar 2015 01:38:07 +0000 (20:38 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 20 Mar 2015 01:38:07 +0000 (20:38 -0500)
docs/source/siteadmin/deploying.rst

index ad68c8974c3af63f1df693b95f99553ac7b3f9a9..350f91ec094f7de7f46e77c61819170432e1380b 100644 (file)
@@ -193,7 +193,7 @@ Change to the MediaGoblin directory that you just created::
 
 Clone the MediaGoblin repository and set up the git submodules::
 
-    git clone git://gitorious.org/mediagoblin/mediagoblin.git
+    git clone https://gitorious.org/mediagoblin/mediagoblin.git
     cd mediagoblin
     git submodule init && git submodule update