svn commit: r42051 - head/share/xsl

Simon L. B. Nielsen simon at FreeBSD.org
Tue Jun 25 22:21:57 UTC 2013


Author: simon
Date: Tue Jun 25 22:21:57 2013
New Revision: 42051
URL: http://svnweb.freebsd.org/changeset/doc/42051

Log:
  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.

Modified:
  head/share/xsl/freebsd-xhtml-common.xsl

Modified: head/share/xsl/freebsd-xhtml-common.xsl
==============================================================================
--- head/share/xsl/freebsd-xhtml-common.xsl	Tue Jun 25 19:03:29 2013	(r42050)
+++ head/share/xsl/freebsd-xhtml-common.xsl	Tue Jun 25 22:21:57 2013	(r42051)
@@ -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


More information about the svn-doc-head mailing list