switch to HTTPS
PR: 222676
This commit is contained in:
parent
032bcd2bf6
commit
4ad8c16457
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50960
1 changed files with 2 additions and 2 deletions
|
@ -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@FreeBSD.org">freebsd-questions@FreeBSD.org</a>>.<br/>
|
||||
Send questions about this document to <<a href="mailto:freebsd-doc@FreeBSD.org">freebsd-doc@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/>
|
||||
|
|
Loading…
Reference in a new issue