Use correct Uniform Resource Identifier (URI), it works with all
browsers but mozilla, which has a bug on that point. The fix respects the RFC 2396 related to URIs.
This commit is contained in:
parent
7981056cf2
commit
90fca4fb60
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14194
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ Press Esc to continue
|
|||
<para>Finally, do not overlook FreeBSD's kernel documentation on
|
||||
the booting procedure, available in the kernel source
|
||||
distribution (it unpacks to <ulink
|
||||
URL="file:/usr/src/sys/i386/boot/biosboot/README.386BSD">file:/usr/src/sys/i386/boot/biosboot/README.386BSD</ulink>.</para>
|
||||
URL="file://localhost/usr/src/sys/i386/boot/biosboot/README.386BSD">/usr/src/sys/i386/boot/biosboot/README.386BSD</ulink>.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue