translate.rst: use https:// instead of git://

This commit is contained in:
Mikaela Suomalainen 2014-08-30 23:38:40 +03:00
parent 9d9804f50d
commit e0c0d27f34

View File

@ -102,7 +102,7 @@ As you may know, I do some updates in Limnoria repository. ;)
You need to have the latest version of the *messages.pot* files. So, you
need to teach Git how to get this updates::
git remote add upstream git://github.com/ProgVal/Limnoria.git
git remote add upstream https://github.com/ProgVal/Limnoria.git
Now, every time you want to download updates, run::