From eee3e41bcf572465483991e2c1b5642c362728f8 Mon Sep 17 00:00:00 2001 From: Andrew Browning Date: Wed, 20 Sep 2017 01:39:46 -0400 Subject: [PATCH] Fix #5517 - Change docs to clone repo using https --- docs/source/siteadmin/deploying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1