diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-05-07 14:05:26 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-05-07 14:05:26 +0000 |
commit | 3d8e1b775129a9241a413b057f31a459fc8c7c45 (patch) | |
tree | 97ac88faf3d3f90c2bb99ba14ef04e9075910edc /indexgen.sh | |
parent | 8248dd83593a349c6ba6e180ba2e19b881ac2cf0 (diff) | |
download | fetchmail-3d8e1b775129a9241a413b057f31a459fc8c7c45.tar.gz fetchmail-3d8e1b775129a9241a413b057f31a459fc8c7c45.tar.bz2 fetchmail-3d8e1b775129a9241a413b057f31a459fc8c7c45.zip |
*** empty log message ***
svn path=/trunk/; revision=1762
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 b186ef4b..e0db12fd 100755 --- a/indexgen.sh +++ b/indexgen.sh @@ -17,7 +17,7 @@ cat >index.html <<EOF <BODY> <table width="100%" cellpadding=0><tr> <td width="30%">Back to -<a href="http://www.ccil.org/~esr/esr-freeware.html">Freeware</a> +<a href="http://www.ccil.org/~esr/software.html">Software</a> <td width="30%" align=center>Up to <a href="/~esr/sitemap.html">Site Map</a> <td width="30%" align=right>$date </table> @@ -224,7 +224,7 @@ ftp://ftp.win.or.jp/pub/network/mail/fetchmail</a>.<P> <HR> <table width="100%" cellpadding=0><tr> <td width="30%">Back to -<a href="http://www.ccil.org/~esr/esr-freeware.html">Freeware</a> +<a href="http://www.ccil.org/~esr/software.html">Software</a> <td width="30%" align=center>Up to <a href="/~esr/sitemap.html">Site Map</a> <td width="30%" align=right>$date </table> |