diff options
Diffstat (limited to 'langs/diff.php')
-rw-r--r-- | langs/diff.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/langs/diff.php b/langs/diff.php index 462b72a4c..d56be7f8e 100644 --- a/langs/diff.php +++ b/langs/diff.php @@ -54,12 +54,12 @@ $s .= sprintf('<h1>Differences between %s source and %s target</h1>', if($constitution) { $s .= '<h2 style="color: red;">Please translate constitution first</h2>'; - $s .= '<p>You can find it in <a href="http://svnweb.mageia.org/org/constitution/">svn</a>. '; + $s .= '<p>You can find it in <a href="//svnweb.mageia.org/org/constitution/">svn</a>. '; } if($license) { $s .= '<h2 style="color: red;">Please translate license first</h2>'; - $s .= '<p>You can find it in <a href="http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/">svn</a>. '; + $s .= '<p>You can find it in <a href="//svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/">svn</a>. '; } if($constitution || $license) { |