Author: cbrisson
Date: Tue Jun 26 02:30:48 2018
New Revision: 1834391

URL: http://svn.apache.org/viewvc?rev=1834391&view=rev
Log:
[site/tools] Fix broken link - into production

Modified:
    velocity/site/production/tools/2.0/generic.html
    velocity/site/production/tools/2.0/view.html

Modified: velocity/site/production/tools/2.0/generic.html
URL: 
http://svn.apache.org/viewvc/velocity/site/production/tools/2.0/generic.html?rev=1834391&r1=1834390&r2=1834391&view=diff
==============================================================================
--- velocity/site/production/tools/2.0/generic.html (original)
+++ velocity/site/production/tools/2.0/generic.html Tue Jun 26 02:30:48 2018
@@ -217,7 +217,7 @@ h2:hover > .headerlink, h3:hover > .head
 <h2 id="overview">Overview<a class="headerlink" href="#overview" 
title="Permanent link">&para;</a></h2>
 <p>GenericTools is the set of classes that provide basic infrastructure for 
using tools in standard Java SE Velocity projects, as well as a set of tools 
for use in generic Velocity templates. These tools have no Java EE dependencies 
and are often safe to use as "singletons".  Some of them are not thread-safe to 
allow both a no-arg constructor and configurability, but the state-changing 
methods are declared protected with the exception of configure(Map) which 
is--by default--rendered useless after being used just once.  If you require 
strict thread-safety, be cautious in using any configurable tools and consider 
<a 
href="http://wiki.apache.org/velocity/BuildingSecureWebApplications";>restricting
 the abilities of template authors</a> to prevent circumvention of the lockdown 
placed on configuration methods.</p>
 <h2 id="default-configuration">Default Configuration<a class="headerlink" 
href="#default-configuration" title="Permanent link">&para;</a></h2>
-<p>The default configuration provided for GenericTools is 
[here](http://svn.apache.org/viewvc/velocity/tools/trunk/src/main/java/org/apache/velocity/tools/generic/tools.xml?view=markup.
 It includes all of the tools listed <a href="#tools">below</a>.</p>
+<p>The default configuration provided for GenericTools is <a 
href="http://svn.apache.org/viewvc/velocity/tools/tags/2.0/src/main/java/org/apache/velocity/tools/generic/tools.xml?view=markup";>here</a>.
 It includes all of the tools listed <a href="#tools">below</a>.</p>
 <h2 id="dependencies">Dependencies<a class="headerlink" href="#dependencies" 
title="Permanent link">&para;</a></h2>
 <p>The dependencies required for GenericTools vary somewhat depending on which 
tools you use, whether you will rely on core tool management infrastructure, 
and if so, how you choose to configure your toolbox.  More details can be found 
on the <a href="dependencies.html#GenericTools">dependencies chart</a>.</p>
 <h2 id="tools">Tools<a class="headerlink" href="#tools" title="Permanent 
link">&para;</a></h2>

Modified: velocity/site/production/tools/2.0/view.html
URL: 
http://svn.apache.org/viewvc/velocity/site/production/tools/2.0/view.html?rev=1834391&r1=1834390&r2=1834391&view=diff
==============================================================================
--- velocity/site/production/tools/2.0/view.html (original)
+++ velocity/site/production/tools/2.0/view.html Tue Jun 26 02:30:48 2018
@@ -225,7 +225,7 @@ h2:hover > .headerlink, h3:hover > .head
 <li>Logging can be directed to the log infrastructure of the Web application. 
(default is the logging facility provided by the Servlet API).</li>
 </ul>
 <h2 id="default-configuration">Default Configuration<a class="headerlink" 
href="#default-configuration" title="Permanent link">&para;</a></h2>
-<p>The default configuration provided for VelocityView is <a 
href="http://svn.apache.org/viewvc/velocity/tools/trunk/src/main/java/org/apache/velocity/tools/generic/tools.xml?view=markup&quot;";>here</a>
 and <a 
href="http://svn.apache.org/viewvc/velocity/tools/trunk/src/main/java/org/apache/velocity/tools/view/tools.xml";>here</a>.</p>
+<p>The default configuration provided for VelocityView is <a 
href="http://svn.apache.org/viewvc/velocity/tools/tags/2.0/src/main/java/org/apache/velocity/tools/generic/tools.xml?view=markup&quot;";>here</a>
 and <a 
href="http://svn.apache.org/viewvc/velocity/tools/tags/2.0/src/main/java/org/apache/velocity/tools/view/tools.xml";>here</a>.</p>
 <h2 id="dependencies">Dependencies<a class="headerlink" href="#dependencies" 
title="Permanent link">&para;</a></h2>
 <p>The dependencies required for VelocityView can be found on our <a 
href="dependencies.html#VelocityView">dependencies chart</a>.</p>
 <h2 id="velocityview-object">VelocityView Object<a class="headerlink" 
href="#velocityview-object" title="Permanent link">&para;</a></h2>


Reply via email to