You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by de...@apache.org on 2007/07/31 14:34:26 UTC

svn commit: r561312 - /commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/package.html

Author: dennisl
Date: Tue Jul 31 05:34:26 2007
New Revision: 561312

URL: http://svn.apache.org/viewvc?view=rev&rev=561312
Log:
Fix broken links.

Modified:
    commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/package.html

Modified: commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/package.html
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/package.html?view=diff&rev=561312&r1=561311&r2=561312
==============================================================================
--- commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/package.html (original)
+++ commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/package.html Tue Jul 31 05:34:26 2007
@@ -862,7 +862,7 @@
 The <code>Closure</code> interface in <code>commons-collections</code> encapsulates a block of code that 
 executes on an arbitrary input Object. <code>Commons-collections</code> contains code that allows 
 <code>Closures</code> to be applied to the contents of a Collection. For more details, see the 
-<a href='http://commons.apache.org/collections.html'>commons-collections</a>
+<a href='http://commons.apache.org/collections/'>commons-collections</a>
 documentation.
 </p>
 <p>
@@ -889,7 +889,7 @@
 of an input Object that returns either true or false. <code>Commons-collections</code> contains code 
 that allows 
 <code>Predicates</code> to be applied to be used to filter collections. For more details, see the 
-<a href='http://commons.apache.org/collections.html'>commons-collections</a>
+<a href='http://commons.apache.org/collections/'>commons-collections</a>
 documentation.
 </p>
 <p>
@@ -917,7 +917,7 @@
 that allows 
 <code>Transformers</code> to be applied produce a collection of outputs from a collection of inputs. 
 For more details, see the 
-<a href='http://commons.apache.org/collections.html'>commons-collections</a>
+<a href='http://commons.apache.org/collections/'>commons-collections</a>
 documentation.
 </p>
 <p>