Repository: ant Updated Branches: refs/heads/master 45cda2741 -> c5e87fec8
Update links to Ant manual Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/c5e87fec Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/c5e87fec Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/c5e87fec Branch: refs/heads/master Commit: c5e87fec833258dd0fbb228355fb1cc8d3dbc720 Parents: 45cda27 Author: Gintas Grigelionis <[email protected]> Authored: Wed Mar 14 15:45:38 2018 +0100 Committer: Gintas Grigelionis <[email protected]> Committed: Wed Mar 14 15:45:38 2018 +0100 ---------------------------------------------------------------------- README | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/c5e87fec/README ---------------------------------------------------------------------- diff --git a/README b/README index 9510941..6bda3b1 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - A N T + Apache Ant What is it? @@ -52,10 +52,13 @@ Documentation ------------- - Documentation is available in HTML format, in the docs/ directory. + Documentation is available in HTML format, in the manual/ directory. For information about building and installing Ant, see - docs/manual/index.html - + manual/install.html + The manual for the latest release of Ant is available online at + <https://ant.apache.org/manual/index.html>. + The latest version of the manual is available online at + <https://rawgit.com/apache/ant/master/manual/index.html>. Licensing ---------
