Repository: commons-math Updated Branches: refs/heads/MATH_3_X 026e33053 -> 838788fd6
added link for 3.6 javadoc. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/2525399e Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/2525399e Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/2525399e Branch: refs/heads/MATH_3_X Commit: 2525399e1654530f1eff026cf3a16e473cd07296 Parents: 9df7957 Author: Luc Maisonobe <[email protected]> Authored: Fri Jan 1 14:41:25 2016 +0100 Committer: Luc Maisonobe <[email protected]> Committed: Fri Jan 1 15:13:23 2016 +0100 ---------------------------------------------------------------------- src/site/site.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/2525399e/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index b6e0f7a..b9adbf4 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -27,6 +27,8 @@ <item name="Overview" href="/index.html"/> <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.6 release)" + href="http://commons.apache.org/math/javadocs/api-3.6/index.html"/> <item name="Javadoc (3.5 release)" href="http://commons.apache.org/math/javadocs/api-3.5/index.html"/> <item name="Javadoc (3.4.1 release)"
