You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by is...@apache.org on 2013/11/20 17:22:39 UTC

svn commit: r1543858 - /mahout/site/mahout_cms/trunk/content/developers/developer-resources.mdtext

Author: isabel
Date: Wed Nov 20 16:22:39 2013
New Revision: 1543858

URL: http://svn.apache.org/r1543858
Log:
MAHOUT-1245 - added deep links to javadoc - linking just to top level jenkins mahout javadoc only returns docs for core

Modified:
    mahout/site/mahout_cms/trunk/content/developers/developer-resources.mdtext

Modified: mahout/site/mahout_cms/trunk/content/developers/developer-resources.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/developers/developer-resources.mdtext?rev=1543858&r1=1543857&r2=1543858&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/developers/developer-resources.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/developers/developer-resources.mdtext Wed Nov 20 16:22:39 2013
@@ -1,4 +1,5 @@
 Title: Developer Resources
+
 <a name="DeveloperResources-MakingaContribution"></a>
 ## Making a Contribution
 
@@ -24,7 +25,11 @@ svn checkout [http://svn.apache.org/repo
 
 Javadoc documentation is available online in our code reports:
 
-* [Latest Javadoc](https://builds.apache.org/hudson/job/Mahout-Quality/javadoc/)
+* Latest Javadoc:
+    * [Math](https://builds.apache.org/job/Mahout-Quality/ws/trunk/math/target/site/apidocs/index.html)
+    * [Core](https://builds.apache.org/job/Mahout-Quality/ws/trunk/core/target/site/apidocs/index.html)
+    * [Integration](https://builds.apache.org/job/Mahout-Quality/ws/trunk/integration/target/site/apidocs/index.html)
+    * [Examples](https://builds.apache.org/job/Mahout-Quality/ws/trunk/examples/target/site/apidocs/index.html)
 * [Data Formats](https://cwiki.apache.org/confluence/display/MAHOUT/Data+Formats)
 * [File Format Integrations](https://cwiki.apache.org/confluence/display/MAHOUT/File+Format+Integrations)
 * [Database Integrations](https://cwiki.apache.org/confluence/display/MAHOUT/Database+Integrations)