Point people at our prebuilt docs over HTTP instead of FTP.
FTP is just a painful protocol especially when there is a firewall around, and all mirrors making up ftp.freebsd.org support HTTP.
This commit is contained in:
parent
e254486829
commit
2f73cffa4b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42051
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
|
||||
<xsl:template name="user.footer.navigation">
|
||||
<p align="center"><small>This, and other documents, can be downloaded
|
||||
from <a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/</a></small></p>
|
||||
from <a href="http://ftp.FreeBSD.org/pub/FreeBSD/doc/">http://ftp.FreeBSD.org/pub/FreeBSD/doc/</a></small></p>
|
||||
|
||||
<p align="center"><small>For questions about FreeBSD, read the
|
||||
<a href="http://www.FreeBSD.org/docs.html">documentation</a> before
|
||||
|
|
Loading…
Reference in a new issue