Use https in ruleset template for documentation

Would help avoiding issues like #1249, #1271
This commit is contained in:
Clément Fournier
2018-08-06 16:14:40 +02:00
parent a2d0b41388
commit 51a1ef1171

View File

@ -24,7 +24,7 @@ The first step is to create a new empty ruleset. You can use the following templ
<ruleset name="Custom Rules"
xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.net/ruleset_2_0_0.xsd">
<description>
My custom rules