Author: simonetripodi
Date: Mon Jun 27 16:47:53 2011
New Revision: 1140235
URL: http://svn.apache.org/viewvc?rev=1140235&view=rev
Log:
fixed link
Modified:
commons/proper/digester/trunk/src/site/xdoc/guide/xmlrules.xml
Modified: commons/proper/digester/trunk/src/site/xdoc/guide/xmlrules.xml
URL:
http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/site/xdoc/guide/xmlrules.xml?rev=1140235&r1=1140234&r2=1140235&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/site/xdoc/guide/xmlrules.xml (original)
+++ commons/proper/digester/trunk/src/site/xdoc/guide/xmlrules.xml Mon Jun 27
16:47:53 2011
@@ -72,7 +72,7 @@ them to the API documentation for the <c
<subsection name="Defining matching patterns">
<p>The matching pattern is a simple, xpath-like string which the
<code>Digester</code> uses to determine which elements to apply each rule to.
-See the <code>Digester</code> <a href="/core.html">documentation</a> for
+See the <code>Digester</code> <a href="./core.html">documentation</a> for
more details.</p>
<p>
There are two methods for associating patterns to rules in the XML file. One