You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2012/05/29 16:26:25 UTC

svn commit: r1343745 - /cocoon/subprojects/cocoon-configuration-api/trunk/src/site/xdoc/index.xml

Author: ilgrosso
Date: Tue May 29 14:26:25 2012
New Revision: 1343745

URL: http://svn.apache.org/viewvc?rev=1343745&view=rev
Log:
Fixing cocoon-spring-configurator link

Modified:
    cocoon/subprojects/cocoon-configuration-api/trunk/src/site/xdoc/index.xml

Modified: cocoon/subprojects/cocoon-configuration-api/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-configuration-api/trunk/src/site/xdoc/index.xml?rev=1343745&r1=1343744&r2=1343745&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-configuration-api/trunk/src/site/xdoc/index.xml (original)
+++ cocoon/subprojects/cocoon-configuration-api/trunk/src/site/xdoc/index.xml Tue May 29 14:26:25 2012
@@ -21,7 +21,7 @@ issues inside your application. It provi
 configuration values inside your application code. The Configuration API is only
 the public API your should be built upon. Besides the API you will need an
 implementation of the API. Currently there is one implementation for using
-Spring: The <a href="../../../../../subprojects/configuration/1.0/spring-configurator/2.0/1304_1_1.html">Cocoon Spring Configurator</a>.</p><section name="The Settings Object" style="background:none;padding:0;"/><p>The Configuration API defines the <tt>Settings</tt> bean
+Spring: The <a href="../subprojects/configuration/spring-configurator/index.html">Cocoon Spring Configurator</a>.</p><section name="The Settings Object" style="background:none;padding:0;"/><p>The Configuration API defines the <tt>Settings</tt> bean
 (<tt>org.apache.cocoon.configuration.Settings</tt>). You can use this bean to
 get configuration values for your application. Configuration values are stored
 in a key/value pair fashion (similar to the properties) and the settings object