You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/03/24 04:50:59 UTC

svn commit: r158874 - directory/apacheds/trunk/xdocs/developers/components.xml

Author: akarasulu
Date: Wed Mar 23 19:50:58 2005
New Revision: 158874

URL: http://svn.apache.org/viewcvs?view=rev&rev=158874
Log:
Fixing old Avalon links that broke:

   http://issues.apache.org/jira/browse/DIREVE-135

Modified:
    directory/apacheds/trunk/xdocs/developers/components.xml

Modified: directory/apacheds/trunk/xdocs/developers/components.xml
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/xdocs/developers/components.xml?view=diff&r1=158873&r2=158874
==============================================================================
--- directory/apacheds/trunk/xdocs/developers/components.xml (original)
+++ directory/apacheds/trunk/xdocs/developers/components.xml Wed Mar 23 19:50:58 2005
@@ -14,16 +14,11 @@
         </p>
         
         <ul>
-          <li><a href=
-          "http://avalon.apache.org/framework/cop/guide-patterns-ioc.html">
+          <li><a href="http://wiki.apache.org/avalon/WhatIsIoC">
           Inversion of Control Pattern</a></li>
           
-          <li><a href="http://avalon.apache.org/framework/cop/index.html">
-          Component Oriented Programing</a></li>
-          
-          <li><a href=
-          "http://nagoya.apache.org/wiki/apachewiki.cgi?AvalonNoLogging">Leo 
-          Sutic's use of Monitors instead of Loggers</a> is a technique we use.
+          <li><a href="http://wiki.apache.org/avalon/AvalonNoLogging?highlight=%28NoLogging%29">
+             Paul Hammant's use of Monitors instead of Loggers</a> is a technique we use.
           </li>
         </ul>
     </section>