You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ka...@apache.org on 2012/01/02 09:06:38 UTC

svn commit: r1226365 - /synapse/branches/2.1/src/site/xdoc/userguide/config.xml

Author: kasun
Date: Mon Jan  2 08:06:37 2012
New Revision: 1226365

URL: http://svn.apache.org/viewvc?rev=1226365&view=rev
Log:
Fixing doc errors

Modified:
    synapse/branches/2.1/src/site/xdoc/userguide/config.xml

Modified: synapse/branches/2.1/src/site/xdoc/userguide/config.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/src/site/xdoc/userguide/config.xml?rev=1226365&r1=1226364&r2=1226365&view=diff
==============================================================================
--- synapse/branches/2.1/src/site/xdoc/userguide/config.xml (original)
+++ synapse/branches/2.1/src/site/xdoc/userguide/config.xml Mon Jan  2 08:06:37 2012
@@ -57,7 +57,7 @@
                     </ul>
                 </li>
                 <li>
-                    <a href="#OverView">Functional Components Overview</a>
+                    <a href="#Overview">Functional Components Overview</a>
                     <ul>
                         <li><a href="#MediatorsAndSequences">Mediators and Sequences</a></li>
                         <li><a href="#Endpoints">Endpoints</a></li>
@@ -528,7 +528,7 @@
    &lt;<a href="#ExecutorConfig">executor</a> name="string" ...&gt;...&lt;/executor&gt;?
    &lt;<a href="#APIConfig">api</a> name="string" ...&gt;...&lt;/api&gt;?
    &lt;<a href="#TemplateConfig">template</a> name="string" ...&gt;...&lt;/template&gt;?
-   &lt;<a href="#store">messageStore</a> name="string" ...&gt;...&lt;/messageStore&gt;?
+   &lt;<a href="#StoresConfig">messageStore</a> name="string" ...&gt;...&lt;/messageStore&gt;?
 &lt;/definitions&gt;</div>
             <p>
                 The registry adapter definition is defined under the &lt;registry&gt; element. Similarly
@@ -1623,4 +1623,4 @@ Interface: org.apache.synapse.message.pr
 Abstract Class: org.apache.synapse.message.processors.AbstractMessageProcessor</div>
         </section>
     </body>
-</document>
\ No newline at end of file
+</document>