aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2017-07-17 01:39:03 +0200
committerfilip <filip.komar@gmail.com>2017-07-17 01:39:03 +0200
commit3f8077ae5b8a40d9181384655575e87a42a1cecb (patch)
treeba09578742292fcb7bf4987871385541442d7275
parente0691f43c229412edaafab2788f9c52c302d1602 (diff)
downloadwww-3f8077ae5b8a40d9181384655575e87a42a1cecb.tar
www-3f8077ae5b8a40d9181384655575e87a42a1cecb.tar.gz
www-3f8077ae5b8a40d9181384655575e87a42a1cecb.tar.bz2
www-3f8077ae5b8a40d9181384655575e87a42a1cecb.tar.xz
www-3f8077ae5b8a40d9181384655575e87a42a1cecb.zip
fixing mga5 DL link
-rw-r--r--en/5/index.php2
-rw-r--r--en/5/nav.php2
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&nbsp;5.1',
- "/{$locale}/downloads/" => _r('Download'),
+ "/{$locale}/5/download_index.php" => _r('Download'),
$releasenotes => _r('Release notes'),
$errata => _r('Errata'),