Fix #5517 - Change docs to clone repo using https
authorAndrew Browning <ayleph@thisshitistemp.com>
Wed, 20 Sep 2017 05:39:46 +0000 (01:39 -0400)
committerAndrew Browning <ayleph@thisshitistemp.com>
Wed, 20 Sep 2017 05:39:46 +0000 (01:39 -0400)
docs/source/siteadmin/deploying.rst

index e52a4b08db1f30463c9f62734246e0aed187229c..443940071147c0cf31bedb03a7ff606ffce676a9 100644 (file)
@@ -240,7 +240,7 @@ Change to the MediaGoblin directory that you just created::
 
 Clone the MediaGoblin repository and set up the git submodules::
 
-    $ git clone git://git.savannah.gnu.org/mediagoblin.git -b stable
+    $ git clone https://git.savannah.gnu.org/git/mediagoblin.git -b stable
     $ cd mediagoblin
     $ git submodule init && git submodule update