Use relative links when referring to other parts of the documentation,
instead of absolute links. This way doc/* works in any depth under the root directory of a Web server. Leave ftp: urls as absolute.
This commit is contained in:
parent
9824c1b592
commit
99227d0c09
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14110
1 changed files with 3 additions and 2 deletions
|
@ -139,7 +139,7 @@
|
|||
<command>make</command> it will fail if it attempts to build older
|
||||
source. You can upgrade your entire ports collection by using
|
||||
<application>CVSup</application>. See <ulink
|
||||
url="&wwwurl;/doc/en_US.ISO8859-1/books/handbook/cvsup.html"></ulink>
|
||||
url="../../books/handbook/cvsup.html"></ulink>
|
||||
for more information. You can also download the ports you need
|
||||
manually from <ulink
|
||||
url="&ftpurl;/pub/FreeBSD/branches/-current/ports/"></ulink> to
|
||||
|
@ -150,7 +150,8 @@
|
|||
(Linux-ABI) enabled in your kernel configuration. Simply add
|
||||
the following option to your kernel configuration file and
|
||||
recompile it. Instructions for building a kernel can be found
|
||||
in the FreeBSD Handbook.</para>
|
||||
in the
|
||||
<ulink URL="../../books/handbook/">FreeBSD Handbook</ulink>.</para>
|
||||
|
||||
<programlisting>options COMPAT_LINUX</programlisting>
|
||||
|
||||
|
|
Loading…
Reference in a new issue