switch to HTTPS

PR: 222676
This commit is contained in:
Wolfram Schneider 2017-09-29 09:54:04 +00:00
parent 032bcd2bf6
commit 4ad8c16457
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50960

View file

@ -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/>