summaryrefslogtreecommitdiff
path: root/manual/tutorial-tasks-filesets-properties.html
diff options
context:
space:
mode:
authorJan Matèrne <jhm@apache.org>2015-06-10 08:48:33 +0200
committerJan Matèrne <jhm@apache.org>2015-06-10 08:48:33 +0200
commit5d3888d2a1ec7f7ef655a1e6e119ce14fb4432c8 (patch)
tree710d9ecbec9d9db1b9dd39e055bf67da5d543480 /manual/tutorial-tasks-filesets-properties.html
parente9d4c9ae828688f8a1ea53116e165836e3245ea2 (diff)
downloadant-5d3888d2a1ec7f7ef655a1e6e119ce14fb4432c8.tar.gz
Bug 53808: fix links in the manual
Diffstat (limited to 'manual/tutorial-tasks-filesets-properties.html')
-rw-r--r--manual/tutorial-tasks-filesets-properties.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/tutorial-tasks-filesets-properties.html b/manual/tutorial-tasks-filesets-properties.html
index fdbe1be5b..3a36e7ef0 100644
--- a/manual/tutorial-tasks-filesets-properties.html
+++ b/manual/tutorial-tasks-filesets-properties.html
@@ -713,7 +713,7 @@ If we decide to contribute our task, we should do some things:<ul>
<li>create a patch file</li>
<li>publishing that patch file</li>
</ul>
-The <a href="../ant_task_guidelines.html">Ant Task Guidelines [6]</a> support additional
+The <a href="http://ant.apache.org/ant_task_guidelines.html">Ant Task Guidelines [6]</a> support additional
information on that.</p>
<p>Now we will check the "Checklist before submitting a new task" described in that guideline.
@@ -864,7 +864,7 @@ and run <tt>ant test</tt> (like above).</p>
<h3>Checkstyle</h3>
<p>There are many things we have to ensure. Indentation with 4 spaces, blanks here and there, ...
-(all described in the <a href="../ant_task_guidelines.html">Ant Task Guidelines [6]</a> which
+(all described in the <a href="http://ant.apache.org/ant_task_guidelines.html">Ant Task Guidelines [6]</a> which
includes the <a href="http://www.oracle.com/technetwork/java/codeconvtoc-136057.html">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/">
@@ -904,7 +904,7 @@ cvs access). As a result we get a file <i> TODO </i>.</p>
<h3>Publish the task</h3>
-<p>Finally we publish that archive. As described in the <a href="../ant_task_guidelines.html">
+<p>Finally we publish that archive. As described in the <a href="http://ant.apache.org/ant_task_guidelines.html">
Ant Task Guidelines [7]</a> we can post it on the developer mailinglist or we create a BugZilla
entry. For both we need some information:</p>