diff options
Diffstat (limited to 'langs')
-rw-r--r-- | langs/report.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/report.php b/langs/report.php index a113aa109..8df1bc17a 100644 --- a/langs/report.php +++ b/langs/report.php @@ -130,7 +130,7 @@ $link = ''; } } else { - $link = sprintf('<a href="//www.mageia.org/%s/%s" class="action viewpage">view page</a>%s', $l, $link, $page_not_linked); + $link = sprintf('<a href="/%s/%s" class="action viewpage">view page</a>%s', $l, $link, $page_not_linked); } if (count($test['missing']) === 0 |