Fix URLs for the floppies.

Reported by:	Josef El-Rayes <j.el-rayes@daemon.li>
PR:      	docs/56639
This commit is contained in:
Hiten Pandya 2003-09-14 21:27:01 +00:00
parent aeebbcd658
commit 630b39beda
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18128

View file

@ -5,6 +5,8 @@
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
%authors;
<!ENTITY % misc PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
%misc;
]>
<article>
@ -133,9 +135,11 @@
<procedure>
<step>
<para>Download bootfiles: Download the
<ulink url="ftp://ftp.FreeBSD.org/pub/FreeBSD/snapshots/i386/kern.flp">
<ulink
url="&snapshots.stable;/floppies/kern.flp">
kern.flp</ulink> and
<ulink url="ftp://ftp.FreeBSD.org/pub/FreeBSD/snapshots/i386/mfsroot.flp">
<ulink
url="&snapshots.stable;/floppies/mfsroot.flp">
mfsroot.flp</ulink> floppy images.</para>
</step>