diff options
Diffstat (limited to 'en/5/download_index.php')
-rwxr-xr-x | en/5/download_index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/5/download_index.php b/en/5/download_index.php index 022179b8b..286061c20 100755 --- a/en/5/download_index.php +++ b/en/5/download_index.php @@ -164,9 +164,9 @@ input[type="radio"], input[type="submit"] { _g('Unetbootin should not be used to copy the iso image to a USB drive (see below).',null,'p class="warn"'); _g('To dump a Mageia installation ISO on a USB stick, you may try one of several tools:',null,'p'); echo '<ul>'; - _g('IsoDumper, available since Mageia 4 inside repo, for Mageia 3, it\'s <a href="%s">here</a>.',array('http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/3/x86_64/media/core/updates_testing/isodumper-0.21-1.mga3.noarch.rpm'),'li'); + _g('IsoDumper, available since Mageia 4 inside repo, for Mageia 3, it\'s <a href="%s">here</a>.',array('http://mirrors.kernel.org/mageia/distrib/3/x86_64/media/core/updates_testing/isodumper-0.22-1.mga3.noarch.rpm'),'li'); echo '<li>'; - _g('For windows use <a href="%s">usbdumper.</a>',array('http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/people/marcom/usbdumper.exe')); + _g('For windows use <a href="%s">usbdumper.</a>',array('http://mirrors.kernel.org/mageia/people/marcom/usbdumper.exe')); _g('If it show "writing error or access denied" try the fallowing method: run the console (cmd), then type "diskpart", then "list disk", then select your disk with "select disk", and type "clean" (it will erase the key).',null,'span class="dlinfo"');?> </li> </ul> |