You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/05/10 15:08:10 UTC

svn commit: r1101451 - /commons/proper/net/trunk/src/site/site.xml

Author: sebb
Date: Tue May 10 13:08:10 2011
New Revision: 1101451

URL: http://svn.apache.org/viewvc?rev=1101451&view=rev
Log:
Create links to current Javadoc versions

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

Modified: commons/proper/net/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/site/site.xml?rev=1101451&r1=1101450&r2=1101451&view=diff
==============================================================================
--- commons/proper/net/trunk/src/site/site.xml (original)
+++ commons/proper/net/trunk/src/site/site.xml Tue May 10 13:08:10 2011
@@ -29,7 +29,8 @@
       <item name="Migration How-to"      href="migration.html"/>
       <item name="FAQ"                   href="faq.html"/>
       <item name="Download"              href="http://commons.apache.org/net/download_net.cgi"/>
-      <item name="Javadoc"               href="api-release/index.html"/>
+      <item name="Javadoc (3.0)"         href="api-3.0/index.html"/>
+      <item name="Javadoc (1.4.1)"       href="api-1.4.1/index.html"/>
       <item name="Release Notes"         href="changes-report.html"/>
     </menu>
     <menu name="Development">
@@ -37,7 +38,6 @@
       <item name="Mailing lists"        href="mail-lists.html"/>
       <item name="Issue Tracking"       href="issue-tracking.html"/>
       <item name="SVN repository"       href="source-repository.html"/>
-      <item name="Javadoc (SVN latest)" href="apidocs/index.html"/>
     </menu>
 
   </body>