svn commit: r49926 - head/en_US.ISO8859-1/htdocs

Allan Jude allanjude at FreeBSD.org
Sun Feb 5 10:56:16 UTC 2017


Author: allanjude
Date: Sun Feb  5 10:56:15 2017
New Revision: 49926
URL: https://svnweb.freebsd.org/changeset/doc/49926

Log:
  Switch the download page to HTTPS instead of FTP
  
  PR:		200327
  Reported by:	trasz
  Reviewed by:	bcr
  Differential Revision:	https://reviews.freebsd.org/D3754

Modified:
  head/en_US.ISO8859-1/htdocs/where.xml

Modified: head/en_US.ISO8859-1/htdocs/where.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/where.xml	Sat Feb  4 20:08:44 2017	(r49925)
+++ head/en_US.ISO8859-1/htdocs/where.xml	Sun Feb  5 10:56:15 2017	(r49926)
@@ -2,8 +2,8 @@
 <!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
 "http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
 <!ENTITY title "Download FreeBSD">
-<!ENTITY url.rel "ftp://ftp.FreeBSD.org/pub/FreeBSD/releases">
-<!ENTITY url.snapshot "ftp://ftp.FreeBSD.org/pub/FreeBSD/snapshots">
+<!ENTITY url.rel "https://download.FreeBSD.org/ftp/releases">
+<!ENTITY url.snapshot "https://download.FreeBSD.org/ftp/snapshots">
 ]>
 
 <html xmlns="http://www.w3.org/1999/xhtml">


More information about the svn-doc-head mailing list