diff options
Diffstat (limited to 'doc/xsa.xsl')
-rw-r--r-- | doc/xsa.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/xsa.xsl b/doc/xsa.xsl index 343ef34a..172815d1 100644 --- a/doc/xsa.xsl +++ b/doc/xsa.xsl @@ -22,7 +22,7 @@ <name>libxslt</name> <version><xsl:value-of select="substring-before(//xhtml:h3[2], ':')"/></version> <last-release><xsl:value-of select="substring-after(//xhtml:h3[2], ':')"/></last-release> - <info-url>http://xmlsoft.org/XSLT/</info-url> + <info-url>https://gitlab.gnome.org/GNOME/libxslt</info-url> <changes> <xsl:apply-templates select="//xhtml:h3[2]/following-sibling::*[1]"/> </changes> |