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

svn commit: r1498650 - /commons/proper/codec/trunk/src/site/site.xml

Author: tn
Date: Mon Jul  1 20:00:32 2013
New Revision: 1498650

URL: http://svn.apache.org/r1498650
Log:
Update javadoc links.

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

Modified: commons/proper/codec/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/site/site.xml?rev=1498650&r1=1498649&r2=1498650&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/site/site.xml (original)
+++ commons/proper/codec/trunk/src/site/site.xml Mon Jul  1 20:00:32 2013
@@ -27,7 +27,9 @@
             <item name="Overview"      href="/index.html"/>
             <item name="Download"      href="http://commons.apache.org/codec/download_codec.cgi"/>
             <item name="Users guide"   href="/userguide.html"/>
-            <item name="Javadoc v1.7"  href="javadocs/api-release/index.html"/>
+            <item name="Javadoc trunk" href="apidocs/index.html"/>            
+            <item name="Javadoc 1.8"   href="javadocs/api-release/index.html"/>
+            <item name="Javadoc 1.7"   href="javadocs/api-1.7/index.html"/>
         </menu>
 
         <menu name="Development">
@@ -35,7 +37,7 @@
             <item name="Mailing Lists"        href="/mail-lists.html"/>
             <item name="Issue Tracking"       href="/issue-tracking.html"/>
             <item name="Source Repository"    href="/source-repository.html"/>
-            <item name="Javadoc SVN latest" href="apidocs/index.html"/>
+            <item name="Javadoc SVN latest"   href="apidocs/index.html"/>
         </menu>
 
     </body>