You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2003/05/17 08:48:16 UTC

cvs commit: cocoon-2.1/src/webapp/samples/modules menu.xml

crossley    2003/05/16 23:48:16

  Modified:    src/webapp/samples/modules menu.xml
  Log:
  Fix links to docs.
  
  Revision  Changes    Path
  1.6       +3 -3      cocoon-2.1/src/webapp/samples/modules/menu.xml
  
  Index: menu.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/modules/menu.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- menu.xml	4 May 2003 02:07:31 -0000	1.5
  +++ menu.xml	17 May 2003 06:48:16 -0000	1.6
  @@ -26,14 +26,14 @@
     </menu>
   
     <menu label="Documentation">
  -    <external label="Input Modules Docs" href="http://cocoon.apache.org/userdocs/concepts/modules.html"/>   
  -    <external label="API Docs" href="http://cocoon.apache.org/sapidocs/org/apache/cocoon/components/modules/input/package-summary.html"/>   
  +    <external label="Input Modules Docs" href="/docs/userdocs/concepts/modules.html"/>   
  +    <external label="API Docs" href="/api/java/org/apache/cocoon/components/modules/input/package-summary.html"/>   
     </menu>
     
     <menu label="Credits">
       <menu-item label="Christian Haul" href="mailto:haul@apache.org"/> 
       <menu-item label="Konstantin Piroumian" href="mailto:kpiroumian@apache.org"/>  
  -    <menu-item label="Many others..." href="http://cocoon.apache.org/who.html"/>      
  +    <menu-item label="Many others..." href="/docs/who.html"/>      
     </menu>  
      
   </book>