Use https:// instead of git:// to clone [#5551]

This was partially addressed in eee3e41 but missed many items.
This commit is contained in:
Andrew Browning
2018-04-02 01:34:35 -04:00
parent 85f6bea61f
commit 7ab8ca61c4
3 changed files with 8 additions and 8 deletions

View File

@@ -250,7 +250,7 @@ Clone the MediaGoblin repository and set up the git submodules::
gitorious.org shut down, we had to move. We are presently on
Savannah. You may need to update your git repository location::
$ git remote set-url origin git://git.savannah.gnu.org/mediagoblin.git
$ git remote set-url origin https://git.savannah.gnu.org/git/mediagoblin.git
Set up the hacking environment::