You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2015/03/31 16:54:43 UTC

svn commit: r1670356 - /mahout/site/mahout_cms/trunk/content/users/clustering/cluster-dumper.mdtext

Author: apalumbo
Date: Tue Mar 31 14:54:42 2015
New Revision: 1670356

URL: http://svn.apache.org/r1670356
Log:
fixed link in cluster-dumper page for MAHOUT-1617- developer page needs instructions for eclipse

Modified:
    mahout/site/mahout_cms/trunk/content/users/clustering/cluster-dumper.mdtext

Modified: mahout/site/mahout_cms/trunk/content/users/clustering/cluster-dumper.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/clustering/cluster-dumper.mdtext?rev=1670356&r1=1670355&r2=1670356&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/clustering/cluster-dumper.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/users/clustering/cluster-dumper.mdtext Tue Mar 31 14:54:42 2015
@@ -41,7 +41,7 @@ the case where you've executed a cluster
 This will create a folder called output inside your $MAHOUT_HOME/examples
 and will have sub-folders for each cluster outputs and ClusteredPoints
 
-Run the clusterdump utility as follows as a standalone Java Program through Eclipse - if you are using eclipse, setup mahout-utils as a project as specified in [Working with Maven in Eclipse](../developers/buildingmahout.html).
+Run the clusterdump utility as follows as a standalone Java Program through Eclipse - if you are using eclipse, setup mahout-utils as a project as specified in [Working with Maven in Eclipse](../../developers/buildingmahout.html).
     To execute ClusterDumper.java,
     
 * Under mahout-utils, Right-Click on ClusterDumper.java