diff --git a/feed.xml b/feed.xml
index 7cb8873cf7..56341166a0 100644
--- a/feed.xml
+++ b/feed.xml
@@ -5,8 +5,8 @@
Intended as a documentation theme based on Jekyll for technical writers documenting software and other technical products, this theme has all the elements you would need to handle multiple products with both multi-level sidebar navigation, tags, and other documentation features.
https://docs.pmd-code.org/latest/
- Fri, 26 Jan 2024 15:06:42 +0000
- Fri, 26 Jan 2024 15:06:42 +0000
+ Fri, 26 Jan 2024 15:10:30 +0000
+ Fri, 26 Jan 2024 15:10:30 +0000Jekyll v3.9.3
diff --git a/pmd_userdocs_installation.html b/pmd_userdocs_installation.html
index 1d30605fd6..cbb87a42d1 100644
--- a/pmd_userdocs_installation.html
+++ b/pmd_userdocs_installation.html
@@ -1986,11 +1986,11 @@ require it to function properly.
C:\> pmd.bat check -f text -R rulesets/java/quickstart.xml ..\..\src\main\java
-.../src/main/java/com/me/RuleSet.java:123 These nested if statements could be combined
-.../src/main/java/com/me/RuleSet.java:231 Useless parentheses.
-.../src/main/java/com/me/RuleSet.java:232 Useless parentheses.
-.../src/main/java/com/me/RuleSet.java:357 These nested if statements could be combined
-.../src/main/java/com/me/RuleSetWriter.java:66 Avoid empty catch blocks
+...\src\main\java\com\me\RuleSet.java:123 These nested if statements could be combined
+...\src\main\java\com\me\RuleSet.java:231 Useless parentheses.
+...\src\main\java\com\me\RuleSet.java:232 Useless parentheses.
+...\src\main\java\com\me\RuleSet.java:357 These nested if statements could be combined
+...\src\main\java\com\me\RuleSetWriter.java:66 Avoid empty catch blocks
C:\> pmd.bat cpd --minimum-tokens 100 c:\temp\src
Found a 7 line (110 tokens) duplication in the following files:
Starting at line 579 of c:\temp\src\test\java\foo\FooTypeTest.java