Skip to content

Commit 2e225a0

Browse files
committed
checkstyle.org has https site
1 parent c82c433 commit 2e225a0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

check.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
and Nu Html Checker (v.Nu).
2424

2525
Checkstyle uses an abstract syntax tree (AST) for doing checks
26-
against Java sources. It is available at http://checkstyle.sourceforge.net/
26+
against Java sources. It is available at https://checkstyle.org/
2727
under GPL 2.1 license.
2828

2929
"Apache Rat is a release audit tool, focused on licenses." It is available

manual/tutorial-tasks-filesets-properties.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ <h3>Checkstyle</h3>
781781
the <a href="https://ant.apache.org/ant_task_guidelines.html" target="_top">Ant Task Guidelines [6]</a> which includes
782782
the <a href="https://www.oracle.com/technetwork/java/codeconvtoc-136057.html" target="_top">Sun code style
783783
[9]</a>). Because there are so many things we would be happy to have a tool for do the checks. There is one:
784-
checkstyle. Checkstyle is available at <a href="http://checkstyle.sourceforge.net/" target="_top">Sourceforge [10]</a>
784+
checkstyle. Checkstyle is available at <a href="https://checkstyle.org/" target="_top">Sourceforge [10]</a>
785785
and Ant provides with the <samp>check.xml</samp> a buildfile which will do the job for us.</p>
786786

787787
<p>Download it and put the <samp>checkstyle-*-all.jar</samp> into your <samp>%USERPROFILE%\.ant\lib</samp> directory.
@@ -866,7 +866,7 @@ <h2 id="resources">Resources</h2>
866866
target="_top">https://www.oracle.com/technetwork/java/archive-139210.html</a></li>
867867
<li><a href="https://www.oracle.com/technetwork/java/codeconvtoc-136057.html"
868868
target="_top">https://www.oracle.com/technetwork/java/codeconvtoc-136057.html</a></li>
869-
<li><a href="http://checkstyle.sourceforge.net/" target="_top">http://checkstyle.sourceforge.net/</a></li>
869+
<li><a href="https://checkstyle.org/" target="_top">https://checkstyle.org/</a></li>
870870
<li><a href="https://issues.apache.org/bugzilla/" target="_top">https://issues.apache.org/bugzilla/</a></li>
871871
<li><a href="https://issues.apache.org/bugzilla/createaccount.cgi"
872872
target="_top">https://issues.apache.org/bugzilla/createaccount.cgi</a></li>

0 commit comments

Comments
 (0)