diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2015-06-20 13:22:23 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2015-06-20 13:22:23 +0200 |
commit | 25f371ea87bae34cc32fe24d28c5a96aa3b24ff4 (patch) | |
tree | 152961558d19a05915897944b8c0209ad5ceb1f1 /en/4 | |
parent | 05c6a22e0379caa708d3615caf61edb8f2b17cd6 (diff) | |
download | www-25f371ea87bae34cc32fe24d28c5a96aa3b24ff4.tar www-25f371ea87bae34cc32fe24d28c5a96aa3b24ff4.tar.gz www-25f371ea87bae34cc32fe24d28c5a96aa3b24ff4.tar.bz2 www-25f371ea87bae34cc32fe24d28c5a96aa3b24ff4.tar.xz www-25f371ea87bae34cc32fe24d28c5a96aa3b24ff4.zip |
Fix mga4 dl page
Diffstat (limited to 'en/4')
-rw-r--r-- | en/4/index.php | 2 | ||||
-rw-r--r-- | en/4/nav.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/en/4/index.php b/en/4/index.php index 4b1e64287..34f1529c2 100644 --- a/en/4/index.php +++ b/en/4/index.php @@ -33,7 +33,7 @@ $dictionary = read_translation_file($locale, '4'); _g('Mageia 4 is a GNU/Linux distribution for your computer, released by the <a href="%s">Mageia community</a>. It can be installed in several ways, with the Live or Classical ISOs being the most popular methods.', array('../community'), 'p');?> - <p><a href="../downloads/" style="background: #1272B1; color: white; padding: 0.9em; margin: 1em; display: inline-block; text-shadow: 0 1px 6px #000; border-radius: 3px;"><?php _g('Download it right away!');?></a></p> + <p><a href="../4/download_index.php" style="background: #1272B1; color: white; padding: 0.9em; margin: 1em; display: inline-block; text-shadow: 0 1px 6px #000; border-radius: 3px;"><?php _g('Download it right away!');?></a></p> <?php _g('Live ISO\'s let you try Mageia without installation. Use <a href="%s">these instructions</a> to put the Live ISO on a CD, DVD or USB device. Then you can run Mageia 4 directly from there, and try Mageia using one of the graphical user interfaces such as GNOME or KDE.', array(_r('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_drive')), 'p'); _g('If you are happy with the Mageia experience, you can then install it onto your hard drive from the Live media.', null, 'p'); diff --git a/en/4/nav.php b/en/4/nav.php index c7230c9c3..f4c4fdc66 100644 --- a/en/4/nav.php +++ b/en/4/nav.php @@ -5,7 +5,7 @@ $upgradeguide = _r('https://wiki.mageia.org/en/Mageia_4_Release_Notes#Upgrading_ $nav = array( "/{$locale}/4/" => _r('Mageia 4'), - "/{$locale}/downloads/" => _r('Download'), + "/{$locale}/4/download_index.php" => _r('Download'), $releasenotes => _r('Release notes'), $errata => _r('Errata'), ); |