Update warning link

This commit is contained in:
Clément Fournier
2018-06-12 00:24:36 +02:00
parent c0077a2eed
commit 3a7e6815bf

View File

@ -308,7 +308,7 @@ public class PMD {
&& LOG.isLoggable(Level.WARNING)) {
final String version = PMDVersion.isUnknown() || PMDVersion.isSnapshot() ? "latest" : "pmd-" + PMDVersion.VERSION;
LOG.warning("This analysis could be faster, please consider using Incremental Analysis: "
+ "https://pmd.github.io/" + version + "/pmd_userdocs_getting_started.html#incremental-analysis");
+ "https://pmd.github.io/" + version + "/pmd_userdocs_incremental_analysis.html");
}
sortFiles(configuration, files);