diff options
author | Nicolas Vigier <boklm@mars-attacks.org> | 2014-02-07 19:40:30 +0100 |
---|---|---|
committer | Nicolas Vigier <boklm@mars-attacks.org> | 2014-02-07 19:40:30 +0100 |
commit | 5f33ad9519db85adb1036727755691c4c67dd435 (patch) | |
tree | 3db805c11d4455111fe7d0e881e1a95d01f61d72 /tmpl/index.html | |
parent | 531e1bd1ed0eec13f26ad96a1d11a76cd1a1c306 (diff) | |
download | mgatres-5f33ad9519db85adb1036727755691c4c67dd435.tar mgatres-5f33ad9519db85adb1036727755691c4c67dd435.tar.gz mgatres-5f33ad9519db85adb1036727755691c4c67dd435.tar.bz2 mgatres-5f33ad9519db85adb1036727755691c4c67dd435.tar.xz mgatres-5f33ad9519db85adb1036727755691c4c67dd435.zip |
index.html: replace svn url with git url
Diffstat (limited to 'tmpl/index.html')
-rw-r--r-- | tmpl/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tmpl/index.html b/tmpl/index.html index 5339972..48d03e9 100644 --- a/tmpl/index.html +++ b/tmpl/index.html @@ -218,12 +218,12 @@ <div class="section"> <h2>Source code</h2> Source code for the tools used to generate this website is available on - Mageia svn repository : + Mageia git repository : <p> <code> - $ svn co <a href="http://svnweb.mageia.org/soft/mga-treasurer/trunk/"> - svn://svn.mageia.org/svn/soft/mga-treasurer/trunk/</a> mga-treasurer + $ git clone <a href="http://gitweb.mageia.org/software/infrastructure/mgatres/"> + git://git.mageia.org/software/infrastructure/mgatres</a> </code> </p> </div> |