Skip to content

Commit

Permalink
Issue checkstyle#6478: fix last urls that reference old web site and …
Browse files Browse the repository at this point in the history
…old dtd locations
  • Loading branch information
romani authored and Vantuz committed Apr 3, 2019
1 parent 7a52300 commit 1a5d31c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/CONTRIBUTING.md
Expand Up @@ -16,10 +16,10 @@ Please note that PRs are looked only for approved issues. Follow the PR guide fo
#### [Pull Request Template](https://github.com/checkstyle/checkstyle/blob/master/.github/PULL_REQUEST_TEMPLATE.md)

Please follow the below links in order to start contributing to the checkstyle project
#### [Beginning Development](http://checkstyle.sourceforge.net/beginning_development.html)
#### [Contribution Guidelines](http://checkstyle.sourceforge.net/contributing.html)
#### [Beginning Development](https://checkstyle.org/beginning_development.html)
#### [Contribution Guidelines](https://checkstyle.org/contributing.html)

Find the links below to import the checkstyle project to an IDE
#### [Importing checkstyle project to IntelliJ](http://checkstyle.sourceforge.net/idea.html)
#### [Importing checkstyle project to Eclipse](http://checkstyle.sourceforge.net/eclipse.html)
#### [Importing checkstyle project to Netbeans](http://checkstyle.sourceforge.net/netbeans.html)
#### [Importing checkstyle project to IntelliJ](https://checkstyle.org/idea.html)
#### [Importing checkstyle project to Eclipse](https://checkstyle.org/eclipse.html)
#### [Importing checkstyle project to Netbeans](https://checkstyle.org/netbeans.html)
4 changes: 2 additions & 2 deletions src/xdocs/writingjavadocchecks.xml.vm
Expand Up @@ -656,7 +656,7 @@ JAVADOC -> JAVADOC [0:0]
<source><![CDATA[
<!DOCTYPE module PUBLIC
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
"http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
"https://checkstyle.org/dtds/configuration_1_3.dtd">
<module name="Checker">
<module name="TreeWalker">
<module name="JavadocParagraph">
Expand Down Expand Up @@ -688,7 +688,7 @@ Checkstyle ends with 1 errors.
<source><![CDATA[
<!DOCTYPE module PUBLIC
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
"http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
"https://checkstyle.org/dtds/configuration_1_3.dtd">
<module name="Checker">
<module name="TreeWalker">
<module name="JavadocParagraph">
Expand Down

0 comments on commit 1a5d31c

Please sign in to comment.