svn commit: r50960 - head/share/xml

Wolfram Schneider wosch at FreeBSD.org
Fri Sep 29 09:54:06 UTC 2017


Author: wosch
Date: Fri Sep 29 09:54:04 2017
New Revision: 50960
URL: https://svnweb.freebsd.org/changeset/doc/50960

Log:
  switch to HTTPS
  
  PR: 222676

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

Modified: head/share/xml/freebsd-xhtml-common.xsl
==============================================================================
--- head/share/xml/freebsd-xhtml-common.xsl	Fri Sep 29 09:46:32 2017	(r50959)
+++ head/share/xml/freebsd-xhtml-common.xsl	Fri Sep 29 09:54:04 2017	(r50960)
@@ -54,7 +54,7 @@
     at <a href="http://ftp.FreeBSD.org/pub/FreeBSD/doc/">http://ftp.FreeBSD.org/pub/FreeBSD/doc/</a></small></p>
 
     <p align="center"><small>Questions that are not answered by the
-    <a href="http://www.FreeBSD.org/docs.html">documentation</a> may be
+    <a href="https://www.FreeBSD.org/docs.html">documentation</a> may be
     sent to <<a href="mailto:freebsd-questions at FreeBSD.org">freebsd-questions at FreeBSD.org</a>>.<br/>
     Send questions about this document to <<a href="mailto:freebsd-doc at FreeBSD.org">freebsd-doc at FreeBSD.org</a>>.</small></p>
   </xsl:template>
@@ -91,7 +91,7 @@
   </xsl:template>
 
   <xsl:template match="db:package">
-    <xsl:variable name="url" select="concat('http://www.freebsd.org/cgi/url.cgi?ports/', ., '/pkg-descr')"/>
+    <xsl:variable name="url" select="concat('https://www.freebsd.org/cgi/url.cgi?ports/', ., '/pkg-descr')"/>
 
     <a class="package" href="{$url}">
       <xsl:apply-templates/>


More information about the svn-doc-all mailing list