Merge pull request #27 from Mkaysi/patch-1

translate.rst: use https:// instead of git://
This commit is contained in:
Valentin Lorentz 2014-08-31 08:50:45 +02:00
commit 7bc92b9ce7

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::