Repository: ant
Updated Branches:
  refs/heads/master c53eb2b91 -> 1899e40b2


Fix broken link in junitreport manual


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/a6429c6a
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/a6429c6a
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/a6429c6a

Branch: refs/heads/master
Commit: a6429c6aa1a713c98528da55059afe9efc2ada59
Parents: 146df36
Author: Jaikiran Pai <jaiki...@apache.org>
Authored: Wed Feb 7 13:01:54 2018 +0530
Committer: Jaikiran Pai <jaiki...@apache.org>
Committed: Wed Feb 7 13:01:54 2018 +0530

----------------------------------------------------------------------
 manual/Tasks/junitreport.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/a6429c6a/manual/Tasks/junitreport.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/junitreport.html b/manual/Tasks/junitreport.html
index fea85e5..9712014 100644
--- a/manual/Tasks/junitreport.html
+++ b/manual/Tasks/junitreport.html
@@ -171,12 +171,12 @@ These tags can pass XSL parameters to the stylesheet.
 
 <h4>classpath</h4>
 <p><em>Since Ant 1.9.5.</em>
-Like for the <a href="../CoreTasks/style.html#classpath">XSLT task</a>,
+Like for the <a href="../Tasks/style.html#classpath">XSLT task</a>,
 a nested &lt;classpath&gt; will be used to load the processor.</p>
 
 <h4>factory</h4>
 <p><em>Since Ant 1.9.5.</em>
-Like for the <a href="../CoreTasks/style.html#factory">XSLT task</a>,
+Like for the <a href="../Tasks/style.html#factory">XSLT task</a>,
 a nested &lt;factory&gt; can be used to specify factory settings.</p>
 
 

Reply via email to