aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mars-attacks.org>2014-02-07 19:40:30 +0100
committerNicolas Vigier <boklm@mars-attacks.org>2014-02-07 19:40:30 +0100
commit5f33ad9519db85adb1036727755691c4c67dd435 (patch)
tree3db805c11d4455111fe7d0e881e1a95d01f61d72
parent531e1bd1ed0eec13f26ad96a1d11a76cd1a1c306 (diff)
downloadmgatres-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
-rw-r--r--NEWS1
-rw-r--r--tmpl/index.html6
2 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 6107075..0ebe29e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
- add favicon
+- index.html: replace svn url with git url
Version 0.10
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>