Author: rdonkin
Date: Sun Jun  5 12:54:57 2005
New Revision: 180143

URL: http://svn.apache.org/viewcvs?rev=180143&view=rev
Log:
Fixed bad links

Modified:
    
jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/xdocs/guide/binding.xml
    
jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/xdocs/guide/reading.xml
    
jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/xdocs/guide/writing.xml

Modified: 
jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/xdocs/guide/binding.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/xdocs/guide/binding.xml?rev=180143&r1=180142&r2=180143&view=diff
==============================================================================
--- 
jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/xdocs/guide/binding.xml
 (original)
+++ 
jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/xdocs/guide/binding.xml
 Sun Jun  5 12:54:57 2005
@@ -581,7 +581,7 @@
 
         <subsection name='Using ConvertUtils To Customize Conversion Of 
Primitives'>
             <p>
-<code>ConvertUtils</code> is part of <a 
href='http://jakarta.apache.org/commons/beanutils.html'>commons-beanutils</a>
+<code>ConvertUtils</code> is part of <a 
href='http://jakarta.apache.org/commons/beanutils/index.html'>commons-beanutils</a>
 and it can be used to flexibly convert strings to objects and back again. By 
default, Betwixt uses ConvertUtils to 
 perform these conversions and so standard <code>ConvertUtils</code> methods 
can be called to customize these 
 conversions.
@@ -596,7 +596,7 @@
         </p>
             <p>
 The default strategy uses <code>ConvertUtils</code> from  
-<a 
href='http://jakarta.apache.org/commons/beanutils.html'>commons-beanutils</a> 
to perform these conversions.
+<a 
href='http://jakarta.apache.org/commons/beanutils/index.html'>commons-beanutils</a>
 to perform these conversions.
 This is a powerful component that allows flexible customization of the 
conversion process.
         </p>
             <p>

Modified: 
jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/xdocs/guide/reading.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/xdocs/guide/reading.xml?rev=180143&r1=180142&r2=180143&view=diff
==============================================================================
--- 
jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/xdocs/guide/reading.xml
 (original)
+++ 
jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/xdocs/guide/reading.xml
 Sun Jun  5 12:54:57 2005
@@ -141,7 +141,7 @@
     
     <p>
     Digester uses <code>Rule</code>'s to specify the xml mapping (for more 
details see the 
-    <a href='http://jakarta.apache.org/commons/digester.html'>Digester 
documentation</a>).
+    <a href='http://jakarta.apache.org/commons/digester/index.html'>Digester 
documentation</a>).
     Betwixt provides a custom ruleset (<code>BeanRuleSet</code>). This creates 
<code>Rule</code>'s that
     implement the standard Betwixt mapping for a class. 
<code>BeanReader.registerBeanClass</code> 
     uses this <code>RuleSet</code> to add these standard betwixt mapping 
<code>Rule</code>'s

Modified: 
jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/xdocs/guide/writing.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/xdocs/guide/writing.xml?rev=180143&r1=180142&r2=180143&view=diff
==============================================================================
--- 
jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/xdocs/guide/writing.xml
 (original)
+++ 
jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/xdocs/guide/writing.xml
 Sun Jun  5 12:54:57 2005
@@ -28,7 +28,7 @@
             <p>
 A <strong>DynaBean</strong> is a pseudo-bean whose properties may differ 
between instances of the same Class.
 Pseudo-introspection of the available properties uses a pseudo-class of type 
DynaClass.
-For more details see <a 
href='http://jakarta.apache.org/commons/beanutils.html'>BeanUtils</a>.
+For more details see <a 
href='http://jakarta.apache.org/commons/beanutils/index.html'>BeanUtils</a>.
                 </p>
             <p>
 Betwixt now supports the (correct) writing of objects implementating DynaBean. 
Rather than using standard



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to