summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2017-05-01 18:21:19 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2017-05-01 18:21:19 +0100
commit587cea5a021978b1503639c58cc7bb9d9d478bd1 (patch)
tree8a59bad891a6cb7d5c96b0e47fae7436a7efe812
parentStandalone split (diff)
downloadgentoobrowse-587cea5a021978b1503639c58cc7bb9d9d478bd1.tar.bz2
gentoobrowse-587cea5a021978b1503639c58cc7bb9d9d478bd1.tar.xz
gentoobrowse-587cea5a021978b1503639c58cc7bb9d9d478bd1.zip
-rw-r--r--gentoobrowse/xslt/package.xslt2
-rw-r--r--gentoobrowse/xslt/search.xslt2
2 files changed, 2 insertions, 2 deletions
diff --git a/gentoobrowse/xslt/package.xslt b/gentoobrowse/xslt/package.xslt
index e6de8f0..20c34bf 100644
--- a/gentoobrowse/xslt/package.xslt
+++ b/gentoobrowse/xslt/package.xslt
@@ -242,7 +242,7 @@
<xsl:for-each select="bug">
<dt>
<a>
- <xsl:attribute name="href">http://bugs.gentoo.org/<xsl:value-of select="bugid" /></xsl:attribute>
+ <xsl:attribute name="href">https://bugs.gentoo.org/<xsl:value-of select="bugid" /></xsl:attribute>
<xsl:attribute name="title"><xsl:value-of select="summary" /></xsl:attribute>
<xsl:value-of select="bugid" />
</a>
diff --git a/gentoobrowse/xslt/search.xslt b/gentoobrowse/xslt/search.xslt
index de5db9e..98be980 100644
--- a/gentoobrowse/xslt/search.xslt
+++ b/gentoobrowse/xslt/search.xslt
@@ -92,7 +92,7 @@
<xsl:for-each select="bug">
<dt>
<a>
- <xsl:attribute name="href">http://bugs.gentoo.org/<xsl:value-of select="bugid" /></xsl:attribute>
+ <xsl:attribute name="href">https://bugs.gentoo.org/<xsl:value-of select="bugid" /></xsl:attribute>
<xsl:attribute name="title"><xsl:value-of select="summary" /></xsl:attribute>
<xsl:value-of select="bugid" />
</a>