From: Andrew Browning Date: Wed, 20 Sep 2017 05:39:46 +0000 (-0400) Subject: Fix #5517 - Change docs to clone repo using https X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;ds=sidebyside;h=eee3e41bcf572465483991e2c1b5642c362728f8;p=mediagoblin.git Fix #5517 - Change docs to clone repo using https --- 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