summaryrefslogtreecommitdiff
path: root/www/dailysrc.pl
diff options
context:
space:
mode:
Diffstat (limited to 'www/dailysrc.pl')
-rwxr-xr-xwww/dailysrc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dailysrc.pl b/www/dailysrc.pl
index 25495d5..7ad91a0 100755
--- a/www/dailysrc.pl
+++ b/www/dailysrc.pl
@@ -16,7 +16,7 @@ for ( @tarballs ) {
$date = $1;
if ( -f "$basedir/changes-$date.txt") {
$lines = `grep "Number of changes:" $basedir/changes-$date.txt | cut "-d " -f4` + 0;
- $log = "<a href=\"daily/changes-$date.txt\">Changelog</a> <small>($lines changes)</small>";
+ $log = "<a href=\"daily/changes-$date.html\">Changelog</a> <small>($lines changes)</small>";
}
}
print "<li><a href=\"daily/$_\">$_</a> <small>($size bytes)</small> $log\n";