Author: apalumbo
Date: Tue Jun 24 14:39:08 2014
New Revision: 1605098
URL: http://svn.apache.org/r1605098
Log:
MAHOUT-1587: Update website to reflect move to GitHub
Modified:
mahout/site/mahout_cms/trunk/content/users/classification/twenty-newsgroups.mdtext
Modified:
mahout/site/mahout_cms/trunk/content/users/classification/twenty-newsgroups.mdtext
URL:
http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/classification/twenty-newsgroups.mdtext?rev=1605098&r1=1605097&r2=1605098&view=diff
==============================================================================
---
mahout/site/mahout_cms/trunk/content/users/classification/twenty-newsgroups.mdtext
(original)
+++
mahout/site/mahout_cms/trunk/content/users/classification/twenty-newsgroups.mdtext
Tue Jun 24 14:39:08 2014
@@ -40,7 +40,7 @@ the 20 newsgroups.
$ cd $MAHOUT_HOME
$ mvn -DskipTests clean install
-3. Run the [20 newsgroups example
script](http://svn.apache.org/repos/asf/mahout/trunk/examples/bin/classify-20newsgroups.sh)
by executing:
+3. Run the [20 newsgroups example
script](https://github.com/apache/mahout/blob/master/examples/bin/classify-20newsgroups.sh)
by executing:
$ ./examples/bin/classify-20newsgroups.sh
@@ -102,7 +102,7 @@ Output should look something like:
<a name="TwentyNewsgroups-ComplementaryNaiveBayes"></a>
## End to end commands to build a CBayes model for 20 newsgroups
-The [20 newsgroups example
script](http://svn.apache.org/repos/asf/mahout/trunk/examples/bin/classify-20newsgroups.sh)
issues the following commands as outlined above. We can build a CBayes
classifier from the command line by following the process in the script:
+The [20 newsgroups example
script](https://github.com/apache/mahout/blob/master/examples/bin/classify-20newsgroups.sh)
issues the following commands as outlined above. We can build a CBayes
classifier from the command line by following the process in the script:
*Be sure that **MAHOUT_HOME**/bin and **HADOOP_HOME**/bin are in your
**$PATH***