fix URL to point to current CVS web
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 16 Jan 2009 14:37:51 +0000 (14:37 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 16 Jan 2009 14:37:51 +0000 (14:37 +0000)
cgi-bin/show_log.pl

index 929af0dee8f13cc36f7f6bd95b5587a2cc814fb0..a966ed973d817aebdb28eaf3154f26a80159037a 100755 (executable)
@@ -87,7 +87,7 @@ foreach my $chgd ($changed_this_run,$changed_since_success)
     foreach (@lines)
     {
        next unless m!^pgsql/!;
-       s!(^\S+)(\s+)(\S+)!<a href="http://developer.postgresql.org/cvsweb.cgi/$1?rev=$3">$1$2$3</a>!;
+       s!(^\S+)(\s+)(\S+)!<a href="http://anoncvs.postgresql.org/cvsweb.cgi/$1?rev=$3">$1$2$3</a>!;
     }
     $chgd = join("\n",@lines);
     $chgd ||= 'not recorded';