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 2012/03/15 22:03:02 UTC

svn commit: r1301198 - /commons/proper/math/trunk/src/site/xdoc/userguide/index.xml

Author: tn
Date: Thu Mar 15 21:03:01 2012
New Revision: 1301198

URL: http://svn.apache.org/viewvc?rev=1301198&view=rev
Log:
Fixed wrong links in user guide index.

Modified:
    commons/proper/math/trunk/src/site/xdoc/userguide/index.xml

Modified: commons/proper/math/trunk/src/site/xdoc/userguide/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/userguide/index.xml?rev=1301198&r1=1301197&r2=1301198&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/userguide/index.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/userguide/index.xml Thu Mar 15 21:03:01 2012
@@ -122,11 +122,11 @@
         <li><a href="optimization.html">12. Optimization</a>
                 <ul>
                 <li><a href="optimization.html#a12.1_Overview">12.1 Overview</a></li>
-                <li><a href="analysis.html#a12.2_Univariate_Functions">12.2 Univariate Functions</a></li>
-                <li><a href="analysis.html#a12.3_Linear_Programming">12.3 Linear Programming</a></li>
+                <li><a href="optimization.html#a12.2_Univariate_Functions">12.2 Univariate Functions</a></li>
+                <li><a href="optimization.html#a12.3_Linear_Programming">12.3 Linear Programming</a></li>
                 <li><a href="optimization.html#a12.4_Direct_Methods">12.4 Direct Methods</a></li>
-                <li><a href="analysis.html#a12.5_General_Case">12.5 General Case</a></li>
-                <li><a href="analysis.html#a12.6_Curve_Fitting">12.6 Curve Fitting</a></li>
+                <li><a href="optimization.html#a12.5_General_Case">12.5 General Case</a></li>
+                <li><a href="optimization.html#a12.6_Curve_Fitting">12.6 Curve Fitting</a></li>
                 </ul></li>                                 
         <li><a href="ode.html">13. Ordinary Differential Equations Integration</a>
                 <ul>