aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/deploying.rst
diff options
context:
space:
mode:
authorAndrew Browning <ayleph@thisshitistemp.com>2017-09-20 01:39:46 -0400
committerAndrew Browning <ayleph@thisshitistemp.com>2017-09-20 01:39:46 -0400
commiteee3e41bcf572465483991e2c1b5642c362728f8 (patch)
tree0e0f50a6a083cffcb2d12cdd5b4add9ab6c16999 /docs/source/siteadmin/deploying.rst
parent66dbc22e73e1a8002c524eb4829bdc4320d5c2ee (diff)
downloadmediagoblin-eee3e41bcf572465483991e2c1b5642c362728f8.tar.lz
mediagoblin-eee3e41bcf572465483991e2c1b5642c362728f8.tar.xz
mediagoblin-eee3e41bcf572465483991e2c1b5642c362728f8.zip
Fix #5517 - Change docs to clone repo using https
Diffstat (limited to 'docs/source/siteadmin/deploying.rst')
-rw-r--r--docs/source/siteadmin/deploying.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
index e52a4b08..44394007 100644
--- a/docs/source/siteadmin/deploying.rst
+++ b/docs/source/siteadmin/deploying.rst
@@ -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