diff options
-rw-r--r-- | en/5/index.php | 2 | ||||
-rw-r--r-- | en/5/nav.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/en/5/index.php b/en/5/index.php index daa8b8224..c93db2491 100644 --- a/en/5/index.php +++ b/en/5/index.php @@ -31,7 +31,7 @@ $dictionary = read_translation_file($locale, array('5', 'common_footer')); _g('Mageia 5 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/" class="btn btn-primary"><?php _g('Download it right away!');?></a></p> + <p><a href="./download_index.php" class="btn btn-primary"><?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 5 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/5/nav.php b/en/5/nav.php index 84a8a6172..e6777bc16 100644 --- a/en/5/nav.php +++ b/en/5/nav.php @@ -6,7 +6,7 @@ $upgradeguide = _r('https://wiki.mageia.org/en/Mageia_5_Release_Notes#Upgrading_ $nav = array( "/{$locale}/5/" => 'Mageia 5.1', - "/{$locale}/downloads/" => _r('Download'), + "/{$locale}/5/download_index.php" => _r('Download'), $releasenotes => _r('Release notes'), $errata => _r('Errata'), |