Change URIs to respect RFC 2396.

This commit is contained in:
Marc Fonvieille 2002-09-06 20:56:18 +00:00
parent e50695bcee
commit b9dac60b04
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14195

View file

@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.153 2002/08/20 20:28:27 ceri Exp $">
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.154 2002/08/21 20:53:44 blackend Exp $">
<!ENTITY title "Documentation">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]>
@ -338,13 +338,13 @@ Developer's Handbook.</a></small></p>
<p><a href="http://docs.FreeBSD.org/44doc/">4.4BSD Documents</a>: This is a
hypertext version of the 4.4BSD documents from
<a href="file:///usr/share/doc">/usr/share/doc</a>, where you will find the
<a href="file://localhost/usr/share/doc">/usr/share/doc</a>, where you will find the
documents on a FreeBSD machine (if you install the doc
distribution).</p>
<p><a href="http://docs.FreeBSD.org/info/">Info Documents</a>: This is a
hypertext version of the Info documents from
<a href="file:///usr/share/info">/usr/share/info</a>, where you will find
<a href="file://localhost/usr/share/info">/usr/share/info</a>, where you will find
the Info documents on a FreeBSD machine (if you install the info
distribution).</p>