Author: mbenson Date: Thu Sep 14 07:51:21 2006 New Revision: 443371 URL: http://svn.apache.org/viewvc?view=rev&rev=443371 Log: another fix! I swear they're all different!
Modified: ant/core/trunk/docs/manual/CoreTypes/namespace.html Modified: ant/core/trunk/docs/manual/CoreTypes/namespace.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTypes/namespace.html?view=diff&rev=443371&r1=443370&r2=443371 ============================================================================== --- ant/core/trunk/docs/manual/CoreTypes/namespace.html (original) +++ ant/core/trunk/docs/manual/CoreTypes/namespace.html Thu Sep 14 07:51:21 2006 @@ -191,7 +191,7 @@ <code><condition></code> task, which supports various nested conditions, all of which extend the interface <tt>Condition</tt>. To integrate a custom condition in Ant, you can now simply <code><typedef></code> the - condition, and then use it anywhere develop.html#nestedtypwhere conditions are allowed + condition, and then use it anywhere <a href="../develop.html#nestedtype">nested</a> conditions are allowed (assuming the containing element has a generic <tt>add(Condition)</tt> or <tt>addConfigured(Condition)</tt> method): </p><pre> <typedef resource="org/example/conditions.properties" uri="<a href="http://example.org/conditions">http://example.org/conditions</a>"/> <condition property="prop" xmlns="<a href="http://example.org/conditions">http://example.org/conditions</a>"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]