Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #6478: fix last urls that reference old web site and old dtd location #6533

Merged
merged 1 commit into from
Mar 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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