Skip to content

Commit 458fb0d

Browse files
committed
chore: fix broken URLs for CheckStyle DTDs.
[skip ci]
1 parent 7c6e1a1 commit 458fb0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/config/checkstyle-suppressions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" ?>
22
<!DOCTYPE suppressions PUBLIC
33
"-//Puppy Crawl//DTD Suppressions 1.0//EN"
4-
"http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
4+
"https://checkstyle.org/dtds/suppressions_1_0.dtd">
55

66
<suppressions>
77

src/main/config/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!DOCTYPE module PUBLIC
33
"-//Puppy Crawl//DTD Check Configuration 1.2//EN"
4-
"http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
4+
"https://checkstyle.org/dtds/configuration_1_2.dtd">
55

66
<!--
77

0 commit comments

Comments
 (0)