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 2007/01/19 23:41:19 UTC

svn commit: r497986 - /velocity/tools/trunk/examples/showcase/VM_global_library.vm

Author: nbubna
Date: Fri Jan 19 14:41:18 2007
New Revision: 497986

URL: http://svn.apache.org/viewvc?view=rev&rev=497986
Log:
velocity site has moved

Modified:
    velocity/tools/trunk/examples/showcase/VM_global_library.vm

Modified: velocity/tools/trunk/examples/showcase/VM_global_library.vm
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/examples/showcase/VM_global_library.vm?view=diff&rev=497986&r1=497985&r2=497986
==============================================================================
--- velocity/tools/trunk/examples/showcase/VM_global_library.vm (original)
+++ velocity/tools/trunk/examples/showcase/VM_global_library.vm Fri Jan 19 14:41:18 2007
@@ -26,7 +26,7 @@
  * Creates a link to the javadoc for the specified tool.
  *#
 #macro( doclink $toolname $generic )
-<a href="http://jakarta.apache.org/velocity/tools/javadoc/org/apache/velocity/tools/##
+<a href="http://velocity.apache.org/tools/devel/javadoc/org/apache/velocity/tools/##
 #if( $generic )generic/#else#**#view/tools/#end##
 ${toolname}.html">$toolname</a>#end