summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>