You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2014/01/18 09:58:23 UTC

svn commit: r1559333 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml jasper-howto.xml

Author: markt
Date: Sat Jan 18 08:58:22 2014
New Revision: 1559333

URL: http://svn.apache.org/r1559333
Log:
Fix broken link.

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
    tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1559333&r1=1559332&r2=1559333&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sat Jan 18 08:58:22 2014
@@ -43,6 +43,15 @@
 <!-- Section names:
  General, Catalina, Coyote, Jasper, Cluster, Web applications, Other
 -->
+<section name="Tomcat 6.0.39">
+  <subsection name="Web applications">
+    <changelog>
+      <fix>
+        Fix broken link in Jasper How-To in documentation. (markt)
+      </fix>
+    </changelog>
+  </subsection>
+</section>
 <section name="Tomcat 6.0.38 (markt)">
   <subsection name="Catalina">
     <changelog>

Modified: tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml?rev=1559333&r1=1559332&r2=1559333&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml Sat Jan 18 08:58:22 2014
@@ -374,7 +374,7 @@ depending on the application.</li>
 <a href="http://oss.software.ibm.com/developerworks/opensource/jikes/">
 Jikes</a> to compile JSP pages:
 <ul>
-<li>From your <a href="ant.apache.org">Ant</a> installation, copy ant.jar
+<li>From your <a href="http://ant.apache.org">Ant</a> installation, copy ant.jar
 and (if it's available: Ant 1.5 and later) ant-launcher.jar to 
 <code>$CATALINA_HOME/lib</code>.</li>
 <li>Download and install jikes. jikes must support the -encoding option.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org