You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2008/08/16 00:41:22 UTC

svn commit: r686410 - /velocity/engine/trunk/xdocs/docs/user-guide.xml

Author: nbubna
Date: Fri Aug 15 15:41:22 2008
New Revision: 686410

URL: http://svn.apache.org/viewvc?rev=686410&view=rev
Log:
VELOCITY-563 VTL-Reference doesn't really have any more info on the logical operators; it's the same, just re-organized under conditionals

Modified:
    velocity/engine/trunk/xdocs/docs/user-guide.xml

Modified: velocity/engine/trunk/xdocs/docs/user-guide.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/xdocs/docs/user-guide.xml?rev=686410&r1=686409&r2=686410&view=diff
==============================================================================
--- velocity/engine/trunk/xdocs/docs/user-guide.xml (original)
+++ velocity/engine/trunk/xdocs/docs/user-guide.xml Fri Aug 15 15:41:22 2008
@@ -1224,8 +1224,6 @@
 
     <p>
       Velocity has logical AND, OR and NOT operators as well.
-      For further information, please see the
-      <a href="vtl-reference-guide.html">VTL Reference Guide</a>
       Below are examples demonstrating the use of the
       logical AND, OR and NOT operators.
     </p>