Use new lxr links.

This commit is contained in:
terry%netscape.com 1999-03-09 20:57:24 +00:00
parent 5bc84d5ecd
commit c570f36bd7

View File

@ -305,7 +305,7 @@ Source:</TH><TD>";
$name =~ s/%$//;
$name =~ s:/$::;
$name =~ s:^mozilla/::;
push @filelist, "<A href='http://cvs-mirror.mozilla.org/webtools/lxr/source/$name'>$name</a>";
push @filelist, "<A href='http://lxr.mozilla.org/mozilla/source/$name'>$name</a>";
}
print OWNERS join(', ', @filelist);
print OWNERS "</TD></TR>