Author: rahul
Date: Fri Nov 9 20:50:21 2007
New Revision: 593734
URL: http://svn.apache.org/viewvc?rev=593734&view=rev
Log:
JEXL-38 Link to JEXL grammar is broken since move to TLP
Thanks to Sebb <sebb at apache dot org>
Modified:
commons/proper/jexl/trunk/xdocs/reference/syntax.xml
Modified: commons/proper/jexl/trunk/xdocs/reference/syntax.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/xdocs/reference/syntax.xml?rev=593734&r1=593733&r2=593734&view=diff
==============================================================================
--- commons/proper/jexl/trunk/xdocs/reference/syntax.xml (original)
+++ commons/proper/jexl/trunk/xdocs/reference/syntax.xml Fri Nov 9 20:50:21
2007
@@ -36,7 +36,7 @@
<p>
For more technical information about the JEXL Grammar, you can find the
<a href="https://javacc.dev.java.net/">JavaCC</a> grammar for JEXL
- here: <a
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/parser/Parser.jj?view=markup">Parser.jj</a>
+ here: <a
href="http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/parser/Parser.jj?view=markup">Parser.jj</a>
</p>
</section>
<section name="Language Elements">