aboutsummaryrefslogtreecommitdiffstats
path: root/langs
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2020-10-28 23:34:42 +0100
committerfilip <filip.komar@gmail.com>2020-10-28 23:34:42 +0100
commitd2ded82aa80cfb00b810062d0b9bce602f3d11d5 (patch)
treed81758772426bada057dbe217c392c069d84834a /langs
parent83e04ac088f7d69ad4d02f42bddd7bc98dbbaa4f (diff)
downloadwww-d2ded82aa80cfb00b810062d0b9bce602f3d11d5.tar
www-d2ded82aa80cfb00b810062d0b9bce602f3d11d5.tar.gz
www-d2ded82aa80cfb00b810062d0b9bce602f3d11d5.tar.bz2
www-d2ded82aa80cfb00b810062d0b9bce602f3d11d5.tar.xz
www-d2ded82aa80cfb00b810062d0b9bce602f3d11d5.zip
fix cauldron link
Diffstat (limited to 'langs')
-rw-r--r--langs/report.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/report.php b/langs/report.php
index 778251146..4df97d5dd 100644
--- a/langs/report.php
+++ b/langs/report.php
@@ -142,7 +142,7 @@
'B' => '5/download_index.php',
);
} else if ($resource_filename == 'cauldron') {
- $mga = array('view page' => '6/index.php');
+ $mga = array('view page' => 'downloads/prerelease/index.php');
} else if ($resource_filename == 'documentation') {
$mga = array(
'view page doc' => 'doc/index.php',