This is an automated email from the ASF dual-hosted git repository.

adangel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git

commit 5fe94972bc3ede9310aac8ff52970f7074e0f66b
Author: Andreas Dangel <adan...@apache.org>
AuthorDate: Wed Jan 10 18:13:33 2018 +0100

    [MPMD-249] The plugin documentation point to old (deprecated) rulesets
    
    Use https for the link
---
 src/main/java/org/apache/maven/plugins/pmd/PmdReport.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/plugins/pmd/PmdReport.java 
b/src/main/java/org/apache/maven/plugins/pmd/PmdReport.java
index 20b2e5e..e5a193d 100644
--- a/src/main/java/org/apache/maven/plugins/pmd/PmdReport.java
+++ b/src/main/java/org/apache/maven/plugins/pmd/PmdReport.java
@@ -119,7 +119,7 @@ public class PmdReport
 
     /**
      * The PMD rulesets to use. See the
-     * <a href="http://pmd.github.io/latest/pmd_rules_java.html";>Stock Java 
Rulesets</a> for a
+     * <a href="https://pmd.github.io/latest/pmd_rules_java.html";>Stock Java 
Rulesets</a> for a
      * list of available rules.
      * Defaults to a custom ruleset provided by this maven plugin
      * (<code>/rulesets/java/maven-pmd-plugin-default.xml</code>).

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <commits@maven.apache.org>.

Reply via email to