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:22:55 UTC

svn commit: r1343743 - in /cocoon/cocoon3/trunk/parent/src: docbkx/reference/wicket.xml site/apt/features.apt

Author: ilgrosso
Date: Tue May 29 14:22:54 2012
New Revision: 1343743

URL: http://svn.apache.org/viewvc?rev=1343743&view=rev
Log:
Updating link to servlet-service and cocoon-configuration

Modified:
    cocoon/cocoon3/trunk/parent/src/docbkx/reference/wicket.xml
    cocoon/cocoon3/trunk/parent/src/site/apt/features.apt

Modified: cocoon/cocoon3/trunk/parent/src/docbkx/reference/wicket.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/parent/src/docbkx/reference/wicket.xml?rev=1343743&r1=1343742&r2=1343743&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/parent/src/docbkx/reference/wicket.xml (original)
+++ cocoon/cocoon3/trunk/parent/src/docbkx/reference/wicket.xml Tue May 29 14:22:54 2012
@@ -113,7 +113,7 @@ public class SomeWebApplication extends 
        which is usually located in <literal>[servlet-context-base-directory]/WEB-INF/applicationContext.xml</literal>. It will
        automatically load all bean definitions located in <literal>META-INF/cocoon/spring/*.xml</literal> of all libraries
        on the classpath.
-       The <ulink url="http://cocoon.apache.org/subprojects/configuration/1.0/spring-configurator/2.1/1303_1_1.html">
+       The <ulink url="http://cocoon.apache.org/subprojects/configuration/spring-configurator/index.html">
        Cocoon Spring Configurator documentation</ulink> contains further details.
      </para>   
      <para>

Modified: cocoon/cocoon3/trunk/parent/src/site/apt/features.apt
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/parent/src/site/apt/features.apt?rev=1343743&r1=1343742&r2=1343743&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/parent/src/site/apt/features.apt (original)
+++ cocoon/cocoon3/trunk/parent/src/site/apt/features.apt Tue May 29 14:22:54 2012
@@ -90,7 +90,7 @@ Cocoon Sitemap
 Cocoon Servlet
 
     This module provides a servlet that connects an HTTP request with a sitemap. It works 
-smoothly within the {{{http://cocoon.apache.org/subprojects/servlet-service/1.1/servlet-service-impl/1.1/1412_1_1.html}Servlet-Service framework}}.
+smoothly within the {{{http://cocoon.apache.org/subprojects/servlet-service/servlet-service-impl/index.html}Servlet-Service framework}}.
 The Servlet-Service framework enables the <inter-sitemap> communication and provides polomorphistic features (e.g. one sitemap
 can extend another one which allows e.g. the implementation of fallback solutions).