Use absolute url while referencing main web site (not relative reference).
I have two reasons to do this change: . We are referencing 'main web site', so need to refer *main* website . When handbook is installed on into /usr/share/doc, or mirrored on third part site (handbook only) -- this link is broken.
This commit is contained in:
parent
7badd9a7f2
commit
15530d85f1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20702
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@
|
||||||
that do exist need to be updated. If you are interested in helping
|
that do exist need to be updated. If you are interested in helping
|
||||||
with this project, send email to the &a.doc;. The latest version of
|
with this project, send email to the &a.doc;. The latest version of
|
||||||
this document is always available from the <ulink
|
this document is always available from the <ulink
|
||||||
url="../../../../index.html">FreeBSD web site</ulink>.
|
url="http://www.FreeBSD.org/">FreeBSD web site</ulink>.
|
||||||
It may also be downloaded in a variety of formats and compression
|
It may also be downloaded in a variety of formats and compression
|
||||||
options from the <ulink
|
options from the <ulink
|
||||||
url="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">FreeBSD FTP
|
url="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">FreeBSD FTP
|
||||||
|
|
Loading…
Reference in a new issue