diff options
Diffstat (limited to 'Etc/changelog2html.pl')
-rwxr-xr-x | Etc/changelog2html.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Etc/changelog2html.pl b/Etc/changelog2html.pl index ec7c29a6f..82416bff9 100755 --- a/Etc/changelog2html.pl +++ b/Etc/changelog2html.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # This programme turns the ChangeLog into changelog.html for display -# on the website. That lives at http://zsh.sunsite.dk/Etc/changelog.html. +# on the website. That lives at http://zsh.sourceforge.net/Etc/changelog.html. my $out = "changelog.html"; |