Author: oheger
Date: Wed Feb  6 23:10:36 2008
New Revision: 619295

URL: http://svn.apache.org/viewvc?rev=619295&view=rev
Log:
CONFIGURATION-308: Fixed broken links to API docs; patch from Feng Wu

Modified:
    
commons/proper/configuration/branches/configuration2_experimental/xdocs/userguide/overview.xml

Modified: 
commons/proper/configuration/branches/configuration2_experimental/xdocs/userguide/overview.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/xdocs/userguide/overview.xml?rev=619295&r1=619294&r2=619295&view=diff
==============================================================================
--- 
commons/proper/configuration/branches/configuration2_experimental/xdocs/userguide/overview.xml
 (original)
+++ 
commons/proper/configuration/branches/configuration2_experimental/xdocs/userguide/overview.xml
 Wed Feb  6 23:10:36 2008
@@ -29,7 +29,7 @@
         Commons Configuration allows you to access configuration properties 
from
         a variety of different sources. No matter if they are stored in a 
properties file,
         a XML document, or a JNDI tree, they can all be accessed in the same 
way
-        through the generic <code><a 
href="apidocs/org/apache/commons/configuration/Configuration.html">Configuration</a></code>
+        through the generic <code><a 
href="../apidocs/org/apache/commons/configuration/Configuration.html">Configuration</a></code>
         interface.
       </p>
       <p>
@@ -140,7 +140,7 @@
       <p>
         All the classes in this package that represent different kinds of 
configuration
         sources share a single interface:
-        <code><a 
href="apidocs/org/apache/commons/configuration/Configuration.html">Configuration</a></code>.
+        <code><a 
href="../apidocs/org/apache/commons/configuration/Configuration.html">Configuration</a></code>.
         This interface allows you to access and manipulate configuration 
properties
         in a generic way.
       </p>


Reply via email to