bodewig 00/09/20 04:13:58
Modified: docs index.html Log: Fixed a link. Submitted by: Diane Holt <[EMAIL PROTECTED]> Revision Changes Path 1.109 +1 -1 jakarta-ant/docs/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/index.html,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- index.html 2000/09/19 16:25:31 1.108 +++ index.html 2000/09/20 11:13:57 1.109 @@ -3822,7 +3822,7 @@ <hr> <h2><a name="war">War</a></h2> <h3>Description</h3> -<p>An extension of the <a name="#jar">Jar</a> task with special +<p>An extension of the <a href="#jar">Jar</a> task with special treatment for files that should end up in the <code>WEB-INF/lib</code>, <code>WEB-INF/classes</code> or <code>WEB-INF</code> directories of the Web Application Archive.</p>
