diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-05-22 21:27:35 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-05-22 21:27:35 +0000 |
commit | 41483983500ec9dc2be767cda1bee8339750e7dc (patch) | |
tree | afe273f685e2778859bd2d005b4af893d1db5eb9 /en/map/index.php | |
parent | d770406d652c4934e312d40d671082dc76910a5d (diff) | |
download | www-41483983500ec9dc2be767cda1bee8339750e7dc.tar www-41483983500ec9dc2be767cda1bee8339750e7dc.tar.gz www-41483983500ec9dc2be767cda1bee8339750e7dc.tar.bz2 www-41483983500ec9dc2be767cda1bee8339750e7dc.tar.xz www-41483983500ec9dc2be767cda1bee8339750e7dc.zip |
fix link
Diffstat (limited to 'en/map/index.php')
-rw-r--r-- | en/map/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/map/index.php b/en/map/index.php index 595463e19..32141870d 100644 --- a/en/map/index.php +++ b/en/map/index.php @@ -41,7 +41,7 @@ $map = array( 'i' => array( array('t' => _t('2 (May 2012)'), 'l' => '/{L}/2/'), array('t' => _t('1 (June 2011)'), 'l' => '/{L}/1/'), - array('t' => _t('Download mirrors'), 'l' => 'https://mirrors.mageia.org/') + array('t' => _t('Download mirrors'), 'l' => 'http://mirrors.mageia.org/') ) ), 'support' => array( |