diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2013-05-29 17:35:06 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2013-05-29 17:35:06 +0000 |
commit | 6e3707946a9aed7fff5e469fdad253067380f975 (patch) | |
tree | 3f74b3683d96d2b2745caa396cc8ec44bc90fc0c /en | |
parent | 3b78513e620507d5c19d543933ee4ab1a66f6cbe (diff) | |
download | www-6e3707946a9aed7fff5e469fdad253067380f975.tar www-6e3707946a9aed7fff5e469fdad253067380f975.tar.gz www-6e3707946a9aed7fff5e469fdad253067380f975.tar.bz2 www-6e3707946a9aed7fff5e469fdad253067380f975.tar.xz www-6e3707946a9aed7fff5e469fdad253067380f975.zip |
add two wiki links to help user on download pages (mga#9096)
Diffstat (limited to 'en')
-rw-r--r-- | en/2/download_index.php | 3 | ||||
-rwxr-xr-x | en/3/download_index.php | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/en/2/download_index.php b/en/2/download_index.php index 06368973a..7cc714672 100644 --- a/en/2/download_index.php +++ b/en/2/download_index.php @@ -199,6 +199,9 @@ require '../downloads/get/lib.php'; <ul class="hl"> <li><a href="https://wiki.mageia.org/en/Mageia_2_Release_Notes"><?php _e('Release notes')?></a></li> <li><a href="https://wiki.mageia.org/en/Mageia_2_Errata">Errata</a>.</li> + <li><?php _e('<a href="%s">Which to choose</a>', array('https://wiki.mageia.org/en/Installation_Media'))?></li> + <li><?php _e('<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> + </ul> <br> <br> diff --git a/en/3/download_index.php b/en/3/download_index.php index 64d4ee8f1..9352b6dbf 100755 --- a/en/3/download_index.php +++ b/en/3/download_index.php @@ -167,6 +167,8 @@ require '../downloads/get/lib.php'; <ul class="hl"> <li><?php _e('<a href="%s">Release notes</a>', array('https://wiki.mageia.org/en/Mageia_3_Release_Notes'))?></li> <li><?php _e('<a href="%s">Errata</a>', array('https://wiki.mageia.org/en/Mageia_3_Errata'))?></li> + <li><?php _e('<a href="%s">Which to choose</a>', array('https://wiki.mageia.org/en/Installation_Media'))?></li> + <li><?php _e('<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> </ul> <br> <br> |