svn commit: r45531 - head/share/xml

Gavin Atkinson gavin at FreeBSD.org
Wed Aug 27 22:38:51 UTC 2014


Author: gavin
Date: Wed Aug 27 22:38:51 2014
New Revision: 45531
URL: http://svnweb.freebsd.org/changeset/doc/45531

Log:
  Link to the https version of the FF website, as the non-https version
  just redirects ayway.

Modified:
  head/share/xml/header.ent

Modified: head/share/xml/header.ent
==============================================================================
--- head/share/xml/header.ent	Wed Aug 27 19:00:37 2014	(r45530)
+++ head/share/xml/header.ent	Wed Aug 27 22:38:51 2014	(r45531)
@@ -42,7 +42,7 @@
     <div class="frontdonatetop"><div><b style="display: none;">.</b></div></div>
       <div class="frontdonatecontent">
 	<a
-	  href="http://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a>
+	  href="https://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a>
       </div>
     <div class="frontdonatebot"><div><b style="display: none;">.</b></div></div>
   </div>
@@ -131,9 +131,9 @@
       </li>
     </ul>
     <ul>
-      <li><a href="http://www.freebsdfoundation.org/">Foundation</a>
+      <li><a href="https://www.freebsdfoundation.org/">Foundation</a>
 	<ul>
-	  <li><a href="http://www.freebsdfoundation.org/donate/">Monetary Donations</a></li>
+	  <li><a href="https://www.freebsdfoundation.org/donate/">Monetary Donations</a></li>
 	  <li><a href="&base;/donations/">Hardware Donations</a></li>
 	</ul>
       </li>


More information about the svn-doc-head mailing list