Fix links to local directories: file:///usr/share/doc instead of
file:/usr/share/doc Submitted by: subdue <sub@mui.net>
This commit is contained in:
parent
bc951c7221
commit
a83dd450ea
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13971
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.152 2002/08/10 17:35:09 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.153 2002/08/20 20:28:27 ceri 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:///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:///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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue