diff options
author | Olav Vitters <olav@vitters.nl> | 2013-10-16 00:08:30 +0200 |
---|---|---|
committer | Nicolas Vigier <boklm@mars-attacks.org> | 2013-10-16 00:29:35 +0200 |
commit | f275f4c95be08733a44c1b1786df734d7f64706a (patch) | |
tree | 0ee4bf8a0cc84d17dec074fe5138336134cdeaa6 /themes | |
parent | 0f7c8e4fefd32c2d93b9df43f8f5e32d9942de8f (diff) | |
download | pkgsubmit-f275f4c95be08733a44c1b1786df734d7f64706a.tar pkgsubmit-f275f4c95be08733a44c1b1786df734d7f64706a.tar.gz pkgsubmit-f275f4c95be08733a44c1b1786df734d7f64706a.tar.bz2 pkgsubmit-f275f4c95be08733a44c1b1786df734d7f64706a.tar.xz pkgsubmit-f275f4c95be08733a44c1b1786df734d7f64706a.zip |
fix link to source code
Diffstat (limited to 'themes')
-rw-r--r-- | themes/mageia/page_footer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/mageia/page_footer.php b/themes/mageia/page_footer.php index 64f6a5b..a5c5bd0 100644 --- a/themes/mageia/page_footer.php +++ b/themes/mageia/page_footer.php @@ -3,7 +3,7 @@ <hr /> <footer> <p>Generated at <?php echo $date_gen; ?>. - Code for this page is in <a rel="nofollow" href="http://svnweb.mageia.org/soft/build_system/web/">http://svnweb.mageia.org/soft/build_system/web/</a>.</p> + Code for this page is in <a rel="nofollow" href="http://gitweb.mageia.org/web/pkgsubmit/">http://gitweb.mageia.org/web/pkgsubmit/</a>.</p> </footer> </article> </body> |