You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2008/02/07 08:07:51 UTC

svn commit: r619294 - /commons/proper/configuration/trunk/xdocs/userguide/overview.xml

Author: oheger
Date: Wed Feb  6 23:07:50 2008
New Revision: 619294

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

Modified:
    commons/proper/configuration/trunk/xdocs/userguide/overview.xml

Modified: commons/proper/configuration/trunk/xdocs/userguide/overview.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/xdocs/userguide/overview.xml?rev=619294&r1=619293&r2=619294&view=diff
==============================================================================
--- commons/proper/configuration/trunk/xdocs/userguide/overview.xml (original)
+++ commons/proper/configuration/trunk/xdocs/userguide/overview.xml Wed Feb  6 23:07:50 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>