diff options
author | filip <filip.komar@gmail.com> | 2017-07-17 01:39:03 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2017-07-17 01:39:03 +0200 |
commit | 3f8077ae5b8a40d9181384655575e87a42a1cecb (patch) | |
tree | ba09578742292fcb7bf4987871385541442d7275 /en/5/index.php | |
parent | e0691f43c229412edaafab2788f9c52c302d1602 (diff) | |
download | www-3f8077ae5b8a40d9181384655575e87a42a1cecb.tar www-3f8077ae5b8a40d9181384655575e87a42a1cecb.tar.gz www-3f8077ae5b8a40d9181384655575e87a42a1cecb.tar.bz2 www-3f8077ae5b8a40d9181384655575e87a42a1cecb.tar.xz www-3f8077ae5b8a40d9181384655575e87a42a1cecb.zip |
fixing mga5 DL link
Diffstat (limited to 'en/5/index.php')
-rw-r--r-- | en/5/index.php | 2 |
1 files changed, 1 insertions, 1 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'); |