summaryrefslogtreecommitdiff
path: root/manual/tutorial-tasks-filesets-properties.html
diff options
context:
space:
mode:
authorjkf <jm@famkruithof.net>2019-05-25 18:54:41 +0200
committerjkf <jm@famkruithof.net>2019-05-25 18:54:41 +0200
commit2e225a00fdd3397a5d0ee14580fc1c1aacfa6f9d (patch)
treee9cec538d19744b0ed343b95a312a21f9e303667 /manual/tutorial-tasks-filesets-properties.html
parentc82c43388bd878392e8edd6aa1aaff3bb18caefe (diff)
downloadant-2e225a00fdd3397a5d0ee14580fc1c1aacfa6f9d.tar.gz
checkstyle.org has https site
Diffstat (limited to 'manual/tutorial-tasks-filesets-properties.html')
-rw-r--r--manual/tutorial-tasks-filesets-properties.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/tutorial-tasks-filesets-properties.html b/manual/tutorial-tasks-filesets-properties.html
index 3a5ca2353..b9892ff1f 100644
--- a/manual/tutorial-tasks-filesets-properties.html
+++ b/manual/tutorial-tasks-filesets-properties.html
@@ -781,7 +781,7 @@ run <kbd>ant test</kbd> (like above).</p>
the <a href="https://ant.apache.org/ant_task_guidelines.html" target="_top">Ant Task Guidelines [6]</a> which includes
the <a href="https://www.oracle.com/technetwork/java/codeconvtoc-136057.html" target="_top">Sun code style
[9]</a>). Because there are so many things we would be happy to have a tool for do the checks. There is one:
-checkstyle. Checkstyle is available at <a href="http://checkstyle.sourceforge.net/" target="_top">Sourceforge [10]</a>
+checkstyle. Checkstyle is available at <a href="https://checkstyle.org/" target="_top">Sourceforge [10]</a>
and Ant provides with the <samp>check.xml</samp> a buildfile which will do the job for us.</p>
<p>Download it and put the <samp>checkstyle-*-all.jar</samp> into your <samp>%USERPROFILE%\.ant\lib</samp> directory.
@@ -866,7 +866,7 @@ and the steps described there if you haven't one.</p>
target="_top">https://www.oracle.com/technetwork/java/archive-139210.html</a></li>
<li><a href="https://www.oracle.com/technetwork/java/codeconvtoc-136057.html"
target="_top">https://www.oracle.com/technetwork/java/codeconvtoc-136057.html</a></li>
- <li><a href="http://checkstyle.sourceforge.net/" target="_top">http://checkstyle.sourceforge.net/</a></li>
+ <li><a href="https://checkstyle.org/" target="_top">https://checkstyle.org/</a></li>
<li><a href="https://issues.apache.org/bugzilla/" target="_top">https://issues.apache.org/bugzilla/</a></li>
<li><a href="https://issues.apache.org/bugzilla/createaccount.cgi"
target="_top">https://issues.apache.org/bugzilla/createaccount.cgi</a></li>