Use HTTPS for external links wherever possible

See gh-16319
This commit is contained in:
Spring Operator
2019-03-26 04:15:59 -05:00
committed by Andy Wilkinson
parent e2de2c8238
commit 1a4c6f2dac
34 changed files with 163 additions and 163 deletions

View File

@@ -3,7 +3,7 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:m="http://maven.apache.org/POM/4.0.0"
exclude-result-prefixes="m">
<xsl:output method="xml" encoding="utf-8" indent="yes"
xslt:indent-amount="4" xmlns:xslt="http://xml.apache.org/xslt" />
xslt:indent-amount="4" xmlns:xslt="https://xml.apache.org/xslt" />
<xsl:strip-space elements="*" />
<xsl:template match="@*|node()">
<xsl:copy>