diff options
Diffstat (limited to 'doc/src/sgml/stylesheet.xsl')
-rw-r--r-- | doc/src/sgml/stylesheet.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/stylesheet.xsl b/doc/src/sgml/stylesheet.xsl index c948c612ac4..22dd3b93c62 100644 --- a/doc/src/sgml/stylesheet.xsl +++ b/doc/src/sgml/stylesheet.xsl @@ -23,7 +23,7 @@ <xsl:param name="html.stylesheet"> <xsl:choose> <xsl:when test="$website.stylesheet = 0">stylesheet.css</xsl:when> - <xsl:otherwise>http://www.postgresql.org/media/css/docs.css</xsl:otherwise> + <xsl:otherwise>https://www.postgresql.org/media/css/docs.css</xsl:otherwise> </xsl:choose> </xsl:param> |