diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2014-03-18 20:24:12 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2014-03-18 20:24:12 +0000 |
commit | 740bcd2db46a02fa4280e6e0cee8d8a3f47beea0 (patch) | |
tree | 111ac1d3ad35f3942f832e691be7ceb9586b40fb /en/community | |
parent | b3d1eeadc2743977871bf3f29c9fb2a9aa66c6de (diff) | |
download | www-740bcd2db46a02fa4280e6e0cee8d8a3f47beea0.tar www-740bcd2db46a02fa4280e6e0cee8d8a3f47beea0.tar.gz www-740bcd2db46a02fa4280e6e0cee8d8a3f47beea0.tar.bz2 www-740bcd2db46a02fa4280e6e0cee8d8a3f47beea0.tar.xz www-740bcd2db46a02fa4280e6e0cee8d8a3f47beea0.zip |
fix url as redirection for https doesn\'t work
Diffstat (limited to 'en/community')
-rw-r--r-- | en/community/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/community/index.php b/en/community/index.php index d0aa3a6bf..a8ecc2253 100644 --- a/en/community/index.php +++ b/en/community/index.php @@ -81,7 +81,7 @@ include '../../lib/news.php'; <hr> <h2><?php _g('For developers & packagers')?></h2> <ul class="hl"> - <li><a href="//svn.mageia.org/"><?php echo _r('Subversion')?></a>, + <li><a href="//svnweb.mageia.org/"><?php echo _r('Subversion')?></a>, <a href="//gitweb.mageia.org/"><?php _g('Git</a> code repositories')?></li> <li><a href="//pkgsubmit.mageia.org/"><?php echo _r('Packages submission queue')?></a>, <a href="//pkgsubmit.mageia.org/data/unmaintained.txt"><?php _g('unmaintained packages')?></a></li> |