aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/dl.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/downloads/dl.php')
-rw-r--r--en/downloads/dl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/downloads/dl.php b/en/downloads/dl.php
index c6935c57a..009ae6320 100644
--- a/en/downloads/dl.php
+++ b/en/downloads/dl.php
@@ -47,12 +47,12 @@ if ($torrent) {
else {
$product_dl_link = isset($p['path']) ?
$p['path'] :
- sprintf('iso/cauldron/%s', $product_iso);
+ sprintf('iso/1/%s', $product_iso);
$dl_link = sprintf('%s/%s', $a['mirror_url'], $product_dl_link);
}
-$title = 'Mageia 1 RC';
+$title = 'Mageia 1';
if (isset($p['page_title']))
$title = $p['page_title'];