You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/07/01 13:30:21 UTC

svn commit: r1498387 - /commons/proper/dbcp/trunk/src/site/site.xml

Author: olamy
Date: Mon Jul  1 11:30:21 2013
New Revision: 1498387

URL: http://svn.apache.org/r1498387
Log:
fix javadoc links

Modified:
    commons/proper/dbcp/trunk/src/site/site.xml

Modified: commons/proper/dbcp/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/src/site/site.xml?rev=1498387&r1=1498386&r2=1498387&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/src/site/site.xml (original)
+++ commons/proper/dbcp/trunk/src/site/site.xml Mon Jul  1 11:30:21 2013
@@ -26,9 +26,9 @@
       <menu name="Commons&#xA0;DBCP">
         <item name="Overview" href="/index.html" />
         <item name="Configuration" href="/configuration.html" />
-        <item name="Javadoc (1.2.2 release)" href="http://commons.apache.org/dbcp/api-1.2.2/index.html"/>
-        <item name="Javadoc (1.3 release)" href="http://commons.apache.org/dbcp/api-1.3/index.html"/>
-        <item name="Javadoc (1.4 release)" href="http://commons.apache.org/dbcp/api-1.4/index.html"/>
+        <item name="Javadoc (1.2.2 release)" href="http://commons.apache.org/dbcp/javadocs/api-1.2.2/index.html"/>
+        <item name="Javadoc (1.3 release)" href="http://commons.apache.org/dbcp/javadocs/api-1.3/index.html"/>
+        <item name="Javadoc (1.4 release)" href="http://commons.apache.org/dbcp/javadocs/api-1.4/index.html"/>
         <item name="Javadoc (1.4.1-SNAPSHOT)" href="apidocs/index.html"/>
         <item name="Developers&#xA0;Guide" href="/guide/index.html" collapse="true">
         <item name="JNDI&#xA0;Howto"  href="/guide/jndi-howto.html"/>