Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2017 09:54:04 +0000 (UTC)
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r50960 - head/share/xml
Message-ID:  <201709290954.v8T9s4gu071427@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 &lt;<a href="mailto:freebsd-questions@FreeBSD.org">freebsd-questions@FreeBSD.org</a>&gt;.<br/>
     Send questions about this document to &lt;<a href="mailto:freebsd-doc@FreeBSD.org">freebsd-doc@FreeBSD.org</a>&gt;.</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/>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709290954.v8T9s4gu071427>