| 
diff -ur lib/FAQ/OMatic/Appearance.pm /usr/lib/perl5/site_perl/5.005/FAQ/OMatic/Appearance.pm
--- lib/FAQ/OMatic/Appearance.pm    Sun Jun  4 15:27:34 2000
+++ /usr/lib/perl5/site_perl/5.005/FAQ/OMatic/Appearance.pm Mon Sep 11 16:37:16 2000
@@ -261,7 +261,7 @@
    my $page = "\n<!--footer box at bottom of page with common links -->\n";
    my $software = gettext("This is a") . " <a href=\""
-           ."http://www.dartmouth.edu/cgi-bin/cgiwrap/jonh/faq.pl"
+           ."http://faqomatic.sourceforge.net"
            ."\">Faq-O-Matic</a> $FAQ::OMatic::VERSION.\n";
    if ($useTable) {
        my $tw = $FAQ::OMatic::Config::tableWidth || ''; |