aboutsummaryrefslogtreecommitdiff
path: root/src/site
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2021-01-11 12:09:50 -0500
committerGary Gregory <garydgregory@gmail.com>2021-01-11 12:09:50 -0500
commitad84785d9d4923059c1b76b92074ed0454d77e54 (patch)
tree2d620ec7bbad1a64ac6201461f62610e2fe4fb65 /src/site
parentddae5508483084badc5c9328efae0f2e50ef09b5 (diff)
downloadapache-commons-lang-ad84785d9d4923059c1b76b92074ed0454d77e54.tar.gz
Fix Checkstyle configuration DTD link.
Diffstat (limited to 'src/site')
-rw-r--r--src/site/resources/checkstyle/checkstyle.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/site/resources/checkstyle/checkstyle.xml b/src/site/resources/checkstyle/checkstyle.xml
index 279bd8cc9..afce1937f 100644
--- a/src/site/resources/checkstyle/checkstyle.xml
+++ b/src/site/resources/checkstyle/checkstyle.xml
@@ -17,8 +17,8 @@ limitations under the License.
-->
<!DOCTYPE module PUBLIC
- "-//Puppy Crawl//DTD Check Configuration 1.1//EN"
- "http://www.puppycrawl.com/dtds/configuration_1_1.dtd">
+ "-//Checkstyle//DTD Checkstyle Configuration 1.2//EN"
+ "https://checkstyle.org/dtds/configuration_1_2.dtd">
<!-- Apache Commons Lang customization of default Checkstyle behavior -->
<module name="Checker">