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 16:54:59 UTC

svn commit: r1450238 - /commons/proper/math/trunk/src/site/site.xml

Author: olamy
Date: Tue Feb 26 15:54:58 2013
New Revision: 1450238

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

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

Modified: commons/proper/math/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/site.xml?rev=1450238&r1=1450237&r2=1450238&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/site.xml (original)
+++ commons/proper/math/trunk/src/site/site.xml Tue Feb 26 15:54:58 2013
@@ -28,13 +28,13 @@
       <item name="Downloads" href="http://commons.apache.org/math/download_math.cgi"/>
       <item name="Latest API docs (development)" href="apidocs/index.html"/>
       <item name="Javadoc (3.1.1 release)"
-         href="http://commons.apache.org/math/api-3.1.1/index.html"/>
+         href="http://commons.apache.org/math/javadocs/api-3.1.1/index.html"/>
       <item name="Javadoc (3.1 release)"
-         href="http://commons.apache.org/math/api-3.1/index.html"/>
+         href="http://commons.apache.org/math/javadocs/api-3.1/index.html"/>
       <item name="Javadoc (3.0 release)"
-         href="http://commons.apache.org/math/api-3.0/index.html"/>
+         href="http://commons.apache.org/math/javadocs/api-3.0/index.html"/>
       <item name="Javadoc (2.2 release)"
-         href="http://commons.apache.org/math/api-2.2/index.html"/>
+         href="http://commons.apache.org/math/javadocs/api-2.2/index.html"/>
       <item name="Issue Tracking" href="/issue-tracking.html"/>
       <item name="Source Repository (current)" 
          href="http://svn.apache.org/viewvc/commons/proper/math/trunk"/>