Trac #201: Use Maven standard project layout for Ant example so we can reuse it for Maven example.
diff --git a/org.jacoco.doc/docroot/doc/ant.html b/org.jacoco.doc/docroot/doc/ant.html
index a9af65b..c7498bf 100644
--- a/org.jacoco.doc/docroot/doc/ant.html
+++ b/org.jacoco.doc/docroot/doc/ant.html
@@ -42,8 +42,8 @@
 <p>
   The JaCoCo distribution contains a simple example how code coverage can be
   added to a Ant based build. The
-  <a href="examples/ant/build.xml">build script</a> compiles Java sources, runs
-  the test program and creates a coverage report. The complete example is
+  <a href="examples/build/build.xml">build script</a> compiles Java sources,
+  runs the test program and creates a coverage report. The complete example is
   located  in the <code>./doc/examples/ant</code> folder of the distribution.
 </p>