switch to HTTPS
PR: 222676
This commit is contained in:
parent
b5b51affd0
commit
bca623ec23
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50962
8 changed files with 26 additions and 26 deletions
|
@ -401,7 +401,7 @@
|
|||
</xsl:template>
|
||||
|
||||
<xsl:template match="db:package">
|
||||
<xsl:variable name="xhref" select="concat('http://www.freebsd.org/cgi/url.cgi?ports/', ., '/pkg-descr')"/>
|
||||
<xsl:variable name="xhref" select="concat('https://www.freebsd.org/cgi/url.cgi?ports/', ., '/pkg-descr')"/>
|
||||
|
||||
<fo:basic-link external-destination="url({$xhref})">
|
||||
<fo:inline color="{$link.color}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue