svn commit: r1416924 - in /cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples: mail/docs/mid-col-2/asciiart-generator.xml samples.xml sendmail/done.xml sendmail/form.xml sendmail/sendmail_xsp.xml

[email protected]
Newsgroups gmane.text.xml.cocoon.cvs
Message-ID <[email protected]>
Author: crossley
Date: Tue Dec  4 13:21:48 2012
New Revision: 1416924

URL: http://svn.apache.org/viewvc?rev=1416924&view=rev
Log:
Fix some broken documentation links for samples.
Issue: COCOON-2331

Modified:
    cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/mail/docs/mid-col-2/asciiart-generator.xml
    cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/samples.xml
    cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/sendmail/done.xml
    cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/sendmail/form.xml
    cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/sendmail/sendmail_xsp.xml

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/mail/docs/mid-col-2/asciiart-generator.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/mail/docs/mid-col-2/asciiart-generator.xml?rev=1416924&r1=1416923&r2=1416924&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/mail/docs/mid-col-2/asciiart-generator.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/mail/docs/mid-col-2/asciiart-generator.xml Tue Dec  4 13:21:48 2012
@@ -181,7 +181,7 @@
         Read more information about 
         <link href="http://www.w3.org/TR/SVG/">SVG</link>,
         and about 
-        <link href="http://cocoon.apache.org/userdocs/serializers/svg-serializer.html">SVG Serializer</link>
+        <link href="http://cocoon.apache.org/2.1/userdocs/svg-serializer.html">SVG Serializer</link>
         family.
       </p>
     </s1>

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/samples.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/samples.xml?rev=1416924&r1=1416923&r2=1416924&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/samples.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/samples.xml Tue Dec  4 13:21:48 2012
@@ -43,10 +43,10 @@
   </group>
 
   <group name="Documentation">
-    <sample name="Action documentation" href="/docs/userdocs/actions/sendmail-action.html">
+    <sample name="Action documentation" href="http://cocoon.apache.org/2.1/userdocs/optional/sendmail-action.html">
       Documentation for the Sendmail action component.
     </sample>
-    <sample name="Logicsheet documentation" href="/docs/userdocs/xsp/sendmail.html">
+    <sample name="Logicsheet documentation" href="http://cocoon.apache.org/2.1/userdocs/logicsheets/sendmail.html">
       Documentation for the Sendmail logicsheet component.
     </sample>
   </group>

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/sendmail/done.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/sendmail/done.xml?rev=1416924&r1=1416923&r2=1416924&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/sendmail/done.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/sendmail/done.xml Tue Dec  4 13:21:48 2012
@@ -21,8 +21,8 @@
           xmlns:xsp-request="http://apache.org/xsp/request/2.0">
 <page>
   <resources>
-    <resource type="doc" href="userdocs/actions/sendmail-action.html">Actions</resource>
-    <resource type="doc" href="userdocs/xsp/sendmail.html">Logicsheet</resource>
+    <resource type="doc" href="http://cocoon.apache.org/2.1/userdocs/optional/sendmail-action.html">Actions</resource>
+    <resource type="doc" href="http://cocoon.apache.org/2.1/userdocs/logicsheets/sendmail.html">Logicsheet</resource>
   </resources>
 
   <title>Send EMail using action</title>

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/sendmail/form.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/sendmail/form.xml?rev=1416924&r1=1416923&r2=1416924&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/sendmail/form.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/sendmail/form.xml Tue Dec  4 13:21:48 2012
@@ -20,8 +20,8 @@
           xmlns:xsp-request="http://apache.org/xsp/request/2.0">
 <page>
   <resources>
-    <resource type="doc" href="userdocs/actions/sendmail-action.html">Actions</resource>
-    <resource type="doc" href="userdocs/xsp/sendmail.html">Logicsheet</resource>
+    <resource type="doc" href="http://cocoon.apache.org/2.1/userdocs/optional/sendmail-action.html">Actions</resource>
+    <resource type="doc" href="http://cocoon.apache.org/2.1/userdocs/logicsheets/sendmail.html">Logicsheet</resource>
   </resources>
 
   <title>Send EMail</title>

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/sendmail/sendmail_xsp.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/sendmail/sendmail_xsp.xml?rev=1416924&r1=1416923&r2=1416924&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/sendmail/sendmail_xsp.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/mail/samples/sendmail/sendmail_xsp.xml Tue Dec  4 13:21:48 2012
@@ -22,8 +22,8 @@
           xmlns:xsp-request="http://apache.org/xsp/request/2.0">
 <page>
   <resources>
-    <resource type="doc" href="userdocs/actions/sendmail-action.html">Actions</resource>
-    <resource type="doc" href="userdocs/xsp/sendmail.html">Logicsheet</resource>
+    <resource type="doc" href="http://cocoon.apache.org/2.1/userdocs/optional/sendmail-action.html">Actions</resource>
+    <resource type="doc" href="http://cocoon.apache.org/2.1/userdocs/logicsheets/sendmail.html">Logicsheet</resource>
   </resources>
 
   <title>Send EMail</title>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.