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/02/26 17:05:44 UTC

svn commit: r1450245 - /commons/proper/io/trunk/src/site/site.xml

Author: olamy
Date: Tue Feb 26 16:05:44 2013
New Revision: 1450245

URL: http://svn.apache.org/r1450245
Log:
fix links to previous javadocs

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

Modified: commons/proper/io/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/site/site.xml?rev=1450245&r1=1450244&r2=1450245&view=diff
==============================================================================
--- commons/proper/io/trunk/src/site/site.xml (original)
+++ commons/proper/io/trunk/src/site/site.xml Tue Feb 26 16:05:44 2013
@@ -28,9 +28,9 @@
             <item name="Download"             href="http://commons.apache.org/io/download_io.cgi"/>
             <item name="User guide"           href="/description.html"/>
             <item name="Best practices"       href="/bestpractices.html"/>
-            <item name="Javadoc 2.4"          href="api-2.4/index.html"/>
-            <item name="Javadoc 2.2"          href="api-2.2/index.html"/>
-            <item name="Javadoc 1.4"          href="api-1.4/index.html"/>
+            <item name="Javadoc 2.4"          href="/javadocs/api-2.4/index.html"/>
+            <item name="Javadoc 2.2"          href="/javadocs/api-2.2/index.html"/>
+            <item name="Javadoc 1.4"          href="/javadocs/api-1.4/index.html"/>
         </menu>
 
         <menu name="Development">