You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gi...@apache.org on 2018/03/02 09:26:00 UTC

ant git commit: Correct link title

Repository: ant
Updated Branches:
  refs/heads/master 62af8da15 -> 0cd8f773d


Correct link title

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

Branch: refs/heads/master
Commit: 0cd8f773d847c0aec8bb7c0cafe77f165b34b161
Parents: 62af8da
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Fri Mar 2 10:26:03 2018 +0100
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Fri Mar 2 10:26:03 2018 +0100

----------------------------------------------------------------------
 manual/tutorial-HelloWorldWithAnt.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/0cd8f773/manual/tutorial-HelloWorldWithAnt.html
----------------------------------------------------------------------
diff --git a/manual/tutorial-HelloWorldWithAnt.html b/manual/tutorial-HelloWorldWithAnt.html
index e2d8ddf..186f84e 100644
--- a/manual/tutorial-HelloWorldWithAnt.html
+++ b/manual/tutorial-HelloWorldWithAnt.html
@@ -29,7 +29,7 @@ do the easiest steps in Ant.</p>
 <h2>Content</h2>
 <ul>
 <li><a href="#prepare">Preparing the project</a></li>
-<li><a href="#four-steps">Enhance the build file</a></li>
+<li><a href="#four-steps">Four steps to a running application</a></li>
 <li><a href="#enhance">Enhance the build file</a></li>
 <li><a href="#ext-libs">Using external libraries</a></li>
 <li><a href="#resources">Resources</a></li>