Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2002 07:46:58 -0600
From:      "Stuart Ambler" <stuart@zulazon.com>
To:        <doc@FreeBSD.org>
Subject:   link errors in history web page
Message-ID:  <001301c22e63$e87f6be0$02fea8c0@indra.com>

next in thread | raw e-mail | index | archive | help

Hi,

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/history.html ,
near the bottom, says to the viewer,

The FreeBSD Handbook

/usr/share/doc/handbook/index.html

The FreeBSD FAQ

/usr/share/doc/faq/index.html

But - the HTML code shows that the  browser is actually directed to
localhost, which doesn't work very well:

 <div class="VARIABLELIST">
          <dl>
            <dt>The FreeBSD Handbook</dt>

            <dd>
              <p><a href=
              "file://localhost/usr/share/doc/handbook/index.html"
              target=
              "_top">/usr/share/doc/handbook/index.html</a></p>
            </dd>

            <dt>The FreeBSD FAQ</dt>

            <dd>
              <p><a href=
              "file://localhost/usr/share/doc/faq/index.html"
              target="_top">/usr/share/doc/faq/index.html</a></p>
            </dd>
          </dl>
        </div>

Best wishes,
Stuart


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001301c22e63$e87f6be0$02fea8c0>