diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2014-05-11 13:33:46 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2014-05-11 13:33:46 +0000 |
commit | 7ecf331758f9a3f661bbe0ad69e65091e60994f9 (patch) | |
tree | 1716a176dc56db34baed6403ec9604ed712d218a /en | |
parent | 544a67140b168e8f9601b61fde1b71fc60a2df45 (diff) | |
download | www-7ecf331758f9a3f661bbe0ad69e65091e60994f9.tar www-7ecf331758f9a3f661bbe0ad69e65091e60994f9.tar.gz www-7ecf331758f9a3f661bbe0ad69e65091e60994f9.tar.bz2 www-7ecf331758f9a3f661bbe0ad69e65091e60994f9.tar.xz www-7ecf331758f9a3f661bbe0ad69e65091e60994f9.zip |
updates url with new name of the wiki section
Diffstat (limited to 'en')
-rwxr-xr-x | en/3/download_index.php | 2 | ||||
-rwxr-xr-x | en/4/download_index.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/en/3/download_index.php b/en/3/download_index.php index 8ca36be5e..6cf7c3fae 100755 --- a/en/3/download_index.php +++ b/en/3/download_index.php @@ -168,7 +168,7 @@ require '../downloads/get/lib.php'; <li><?php _g('<a href="%s">Release notes</a>', array('https://wiki.mageia.org/en/Mageia_3_Release_Notes'))?></li> <li><?php _g('<a href="%s">Errata</a>', array('https://wiki.mageia.org/en/Mageia_3_Errata'))?></li> <li><?php _g('<a href="%s">Which to choose</a>', array('https://wiki.mageia.org/en/Installation_Media'))?></li> - <li><?php _g('<a href="%s">Get ISO on USB flash stick</a>', array('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_stick.3F'))?></li> + <li><?php _g('<a href="%s">Get ISO on USB flash stick</a>', array('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_drive.3F'))?></li> <li><?php _g('Newcomer? <a href="%s">Here\'s a wiki page for you.</a>', array('https://wiki.mageia.org/en/Newcomers_start_here'))?></li> </ul> <br> diff --git a/en/4/download_index.php b/en/4/download_index.php index ede2f347f..f06527897 100755 --- a/en/4/download_index.php +++ b/en/4/download_index.php @@ -62,7 +62,7 @@ function dl_link($variant = null, $arch = 'i586', $medium, $torrent = false, $un <div class="yui-ge bb1"> <div class="yui-u first rb1"> <div class="para" id="classical"> -<?php _g('If you want to put the ISO on USB key, <span class="warn">please DO NOT use Unetbootin</span>. Have a look <a href="%s">here</a> for the alternative.',array('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_stick.3F')); echo '<br><br>'?> +<?php _g('If you want to put the ISO on USB key, <span class="warn">please DO NOT use Unetbootin</span>. Have a look <a href="%s">here</a> for the alternative.',array('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_drive.3F')); echo '<br><br>'?> <h2><?php _g('Classical Installation Flavours')?></h2> <table class="fr-table dlt2"> <thead> @@ -226,7 +226,7 @@ function dl_link($variant = null, $arch = 'i586', $medium, $torrent = false, $un <li><?php _g('<a href="%s">Release notes</a>', array($releasenotes))?></li> <li><?php _g('<a href="%s">Errata</a>', array($errata))?></li> <li><?php _g('<a href="%s">Which to choose</a>', array('https://wiki.mageia.org/en/Installation_Media'))?></li> - <li><?php _g('<a href="%s">Get ISO on USB flash stick</a>', array('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_stick.3F'))?></li> + <li><?php _g('<a href="%s">Get ISO on USB flash stick</a>', array('https://wiki.mageia.org/en/Installation_Media#Dump_Mageia_ISO_on_a_USB_flash_drive.3F'))?></li> <li><?php _g('Newcomer? <a href="%s">Here\'s a wiki page for you.</a>', array('https://wiki.mageia.org/en/Newcomers_start_here'))?></li> </ul> <br> |