aboutsummaryrefslogtreecommitdiffstats
path: root/en/4
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2014-01-19 18:16:23 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2014-01-19 18:16:23 +0000
commit747cc355c4b8be4774ef7fff6e77b7334eac893c (patch)
tree44155ac770fb3ff13ff33910d88cf27e9afa20f5 /en/4
parent29451ae322a8e42c4d9a48fdb7e59e2c0999c04d (diff)
downloadwww-747cc355c4b8be4774ef7fff6e77b7334eac893c.tar
www-747cc355c4b8be4774ef7fff6e77b7334eac893c.tar.gz
www-747cc355c4b8be4774ef7fff6e77b7334eac893c.tar.bz2
www-747cc355c4b8be4774ef7fff6e77b7334eac893c.tar.xz
www-747cc355c4b8be4774ef7fff6e77b7334eac893c.zip
fix url
Diffstat (limited to 'en/4')
-rwxr-xr-xen/4/download_index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/4/download_index.php b/en/4/download_index.php
index a267c41b7..813cc0444 100755
--- a/en/4/download_index.php
+++ b/en/4/download_index.php
@@ -96,9 +96,9 @@ function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $me
<td>
<?php dl_link($name,$version,$release,null,'i586','DVD',false);
echo '<br>';
- dl_link($name,$version,$release,null,'i586','DVD',true);
+ dl_link($name,$version,$release,null,'x86_64','DVD',true);
echo '</td><td>';
- dl_link($name,$version,$release,null,'x86_64','DVD',false);
+ dl_link($name,$version,$release,null,'i586','DVD',false);
echo '<br>';
dl_link($name,$version,$release,null,'x86_64','DVD',true);?>
</td>