crossley 2003/03/13 19:41:50
Modified: src/webapp/samples/catalog catalog-demo.xml
sdocbook-demo.html
src/webapp/samples/docs/samples sample-static.xml
src/webapp/samples/linkstatus linkalarm2html.xsl samples.xml
src/webapp/samples/modules menu.xml
src/webapp/samples/xmlform overview.html
Log:
Fix more broken links to documentation (/documents/ => /docs/).
Revision Changes Path
1.2 +1 -1 cocoon-2.1/src/webapp/samples/catalog/catalog-demo.xml
Index: catalog-demo.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/catalog/catalog-demo.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- catalog-demo.xml 9 Mar 2003 00:10:50 -0000 1.1
+++ catalog-demo.xml 14 Mar 2003 03:41:49 -0000 1.2
@@ -18,7 +18,7 @@
<section>
<para>This sample application demonstrates the use of catalogs for
entity resolution. ¬e; see the Apache Cocoon documentation
- <link href="../../documents/userdocs/concepts/catalog.html">Entity resolution
with
+ <link href="../../docs/userdocs/concepts/catalog.html">Entity resolution with
catalogs</link> for the full background and explanation, and the XML
source of this document (catalog-demo.xml).
</para>
1.2 +3 -3 cocoon-2.1/src/webapp/samples/catalog/sdocbook-demo.html
Index: sdocbook-demo.html
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/catalog/sdocbook-demo.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sdocbook-demo.html 9 Mar 2003 00:10:50 -0000 1.1
+++ sdocbook-demo.html 14 Mar 2003 03:41:49 -0000 1.2
@@ -6,9 +6,9 @@
<h1>Demonstration of Catalog Entity Resolver and Simplified DocBook</h1>
<p>
The Apache Cocoon documentation
-<a href="../../documents/userdocs/concepts/catalog.html#config">Entity
-resolution with catalogs</a> has a section "Example local configuration
-for Simplified DocBook". Do that and then ...
+<a href="../../docs/userdocs/concepts/catalog.html#config">Entity
+resolution with catalogs</a> has a section "Example local configuration
+for Simplified DocBook". Do that and then ...
</p>
<p>
1.2 +2 -2 cocoon-2.1/src/webapp/samples/docs/samples/sample-static.xml
Index: sample-static.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/docs/samples/sample-static.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sample-static.xml 9 Mar 2003 00:10:53 -0000 1.1
+++ sample-static.xml 14 Mar 2003 03:41:49 -0000 1.2
@@ -22,7 +22,7 @@
</group>
<group name="CC/PP and UAProf">
- <sample name="Quick Start" href="documents/developing/deliquick.html">
+ <sample name="Quick Start" href="../../docs/developing/deliquick.html">
Read this to find out how to enable DELI before trying the test pages.
</sample>
<sample name="DELI" href="deli.html">
1.2 +1 -1 cocoon-2.1/src/webapp/samples/linkstatus/linkalarm2html.xsl
Index: linkalarm2html.xsl
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/linkstatus/linkalarm2html.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linkalarm2html.xsl 9 Mar 2003 00:11:13 -0000 1.1
+++ linkalarm2html.xsl 14 Mar 2003 03:41:49 -0000 1.2
@@ -15,7 +15,7 @@
a sequence of transformations to pretty-print the data.
</p>
<p>Please help to
- <a href="../../documents/plan/linkstatus.html">mend the broken links</a>.
+ <a href="../../docs/plan/linkstatus.html">mend the broken links</a>.
</p>
<xsl:apply-templates/>
1.2 +1 -1 cocoon-2.1/src/webapp/samples/linkstatus/samples.xml
Index: samples.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/linkstatus/samples.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- samples.xml 9 Mar 2003 00:11:13 -0000 1.1
+++ samples.xml 14 Mar 2003 03:41:49 -0000 1.2
@@ -12,7 +12,7 @@
documentation webapp and traverse each internal link, reporting its status
in a colour-coded table. Be patient - this process will take time.
</sample>
- <sample name="Documentation" href="../../documents/plan/index.html">Please
+ <sample name="Documentation" href="../../docs/plan/index.html">Please
help to fix broken links. Keep the documentation set and website robust.
</sample>
</group>
1.2 +2 -2 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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- menu.xml 9 Mar 2003 00:11:14 -0000 1.1
+++ menu.xml 14 Mar 2003 03:41:49 -0000 1.2
@@ -24,8 +24,8 @@
</menu>
<menu label="Documentation">
- <external label="Input Modules Docs"
href="../../documents/userdocs/concepts/modules.html"/>
- <external label="API Docs"
href="../../documents/apidocs/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="../../docs/apidocs/org/apache/cocoon/components/modules/input/package-summary.html"/>
</menu>
<menu label="Credits">
1.2 +1 -1 cocoon-2.1/src/webapp/samples/xmlform/overview.html
Index: overview.html
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/xmlform/overview.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- overview.html 9 Mar 2003 00:11:28 -0000 1.1
+++ overview.html 14 Mar 2003 03:41:50 -0000 1.2
@@ -7,7 +7,7 @@
<p>
See the Apache Cocoon documentation for an overview:
-<a href="../../documents/howto/xmlform-wizard/howto-xmlform-wizard.html">Cocoon
XMLForm How-To</a>
+<a href="../../docs/howto/xmlform-wizard/howto-xmlform-wizard.html">Cocoon XMLForm
How-To</a>
</p>
<p>