diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-06-11 05:36:59 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-06-11 05:36:59 +0000 |
commit | f5435f0913b92f209336fe99c39c200a57392cf7 (patch) | |
tree | 25cbdb1ecd1ed063c70f038cc485743367835c1c /indexgen.sh | |
parent | d0b54ce7cf75d70f7a08ef9e8e1fd6bb1ecb1fed (diff) | |
download | fetchmail-f5435f0913b92f209336fe99c39c200a57392cf7.tar.gz fetchmail-f5435f0913b92f209336fe99c39c200a57392cf7.tar.bz2 fetchmail-f5435f0913b92f209336fe99c39c200a57392cf7.zip |
*** empty log message ***
svn path=/trunk/; revision=2488
Diffstat (limited to 'indexgen.sh')
-rwxr-xr-x | indexgen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indexgen.sh b/indexgen.sh index 60c022c7..912e43ec 100755 --- a/indexgen.sh +++ b/indexgen.sh @@ -42,7 +42,7 @@ cat >index.html <<EOF <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="http://$WWWVIRTUAL/~esr/software.html">Software</a> -<td width="30%" align=center>Up to <a href="/~esr/sitemap.html">Site Map</a> +<td width="30%" align=center>Up to <a href="http://$WWWVIRTUAL/~esr/sitemap.html">Site Map</a> <td width="30%" align=right>$date </table> <HR> @@ -285,7 +285,7 @@ ftp://ftp.win.or.jp/pub/network/mail/fetchmail</a>.<P> <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="http://$WWWVIRTUAL/~esr/software.html">Software</a> -<td width="30%" align=center>Up to <a href="/~esr/sitemap.html">Site Map</a> +<td width="30%" align=center>Up to <a href="http://$WWWVIRTUAL/~esr/sitemap.html">Site Map</a> <td width="30%" align=right>$date </table> |