Fix #5517 - Change docs to clone repo using https

This commit is contained in:
Andrew Browning 2017-09-20 01:39:46 -04:00
parent 66dbc22e73
commit eee3e41bcf

View 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