diff options
author | Michael Biebl <biebl@debian.org> | 2022-06-28 16:05:31 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2022-06-28 16:05:31 +0200 |
commit | e2285c573565c41a01fc643c3d3bad35376eb41b (patch) | |
tree | 1facfced742b26c1b1c804a6326b6f712b63d185 /man/custom-html.xsl | |
parent | 41d6f3bf4d6de680a2d7b735690d655bc2f00944 (diff) | |
download | systemd-e2285c573565c41a01fc643c3d3bad35376eb41b.tar.gz |
Use https for man7.org
Diffstat (limited to 'man/custom-html.xsl')
-rw-r--r-- | man/custom-html.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/custom-html.xsl b/man/custom-html.xsl index 5f1c9bed31..8b21e15fda 100644 --- a/man/custom-html.xsl +++ b/man/custom-html.xsl @@ -30,7 +30,7 @@ <xsl:template match="citerefentry[@project='man-pages'] | citerefentry[manvolnum='2'] | citerefentry[manvolnum='4']"> <a> <xsl:attribute name="href"> - <xsl:text>http://man7.org/linux/man-pages/man</xsl:text> + <xsl:text>https://man7.org/linux/man-pages/man</xsl:text> <xsl:value-of select="manvolnum"/> <xsl:text>/</xsl:text> <xsl:value-of select="refentrytitle"/> |