This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/asf-site by this push:
new fd3ddef91 Automatic Site Publish by Buildbot
fd3ddef91 is described below
commit fd3ddef9121f5338acce85bf43c7b0a03649d56c
Author: GitHub Actions Bot <>
AuthorDate: Mon Jan 27 16:27:16 2025 +0000
Automatic Site Publish by Buildbot
---
about/how-to-contribute.html | 12 +++++-----
.../map-reduce/clustering/cluster-dumper.html | 2 +-
documentation/developers/buildingmahout.html | 2 +-
documentation/developers/developer-resources.html | 6 ++---
documentation/developers/gsoc.html | 2 +-
.../developers/how-to-update-the-website.html | 4 ++--
documentation/developers/index.html | 24 +++++++++----------
documentation/developers/issue-tracker.html | 2 +-
documentation/developers/patch-check-list.html | 2 +-
documentation/developers/version-control.html | 2 +-
.../classification/twenty-newsgroups.html | 2 +-
.../clustering-of-synthetic-control-data.html | 2 +-
.../map-reduce/recommender/intro-als-hadoop.html | 2 +-
.../recommender/intro-itembased-hadoop.html | 2 +-
.../tutorials/misc/how-to-build-an-app.html | 2 +-
.../users/basics/creating-vectors-from-text.html | 2 +-
.../users/classification/twenty-newsgroups.html | 2 +-
documentation/users/clustering/cluster-dumper.html | 2 +-
.../clustering-of-synthetic-control-data.html | 2 +-
.../users/environment/how-to-build-an-app.html | 2 +-
.../users/recommender/intro-als-hadoop.html | 2 +-
.../users/recommender/intro-itembased-hadoop.html | 2 +-
download/downloads.html | 2 +-
download/quickstart.md | 2 +-
feed.xml | 2 +-
general/faq.html | 2 +-
general/mahout-wiki.html | 26 ++++++++++-----------
general/powered-by-mahout.html | 2 +-
news/2017/12/20/new-website.html | 2 +-
.../Apache-Mahout-0.10.0-Release-Notes.pdf | Bin 88739 -> 88729 bytes
30 files changed, 60 insertions(+), 60 deletions(-)
diff --git a/about/how-to-contribute.html b/about/how-to-contribute.html
index 444b56117..bebd3b223 100644
--- a/about/how-to-contribute.html
+++ b/about/how-to-contribute.html
@@ -225,7 +225,7 @@ of ways to contribute!</p>
<p><a name="HowToContribute-BeInvolved"></a></p>
<h2 id="get-involved">Get Involved</h2>
-<p>Discussions at Apache happen on the mailing list. To get involved, you
should join the <a href="/general/mailing-lists.html">Mahout mailing lists</a>.
In particular:</p>
+<p>Discussions at Apache happen on the mailing list. To get involved, you
should join the <a href="/community/mailing-lists.html">Mahout mailing
lists</a>. In particular:</p>
<ul>
<li>The <strong>user list</strong> (to help others)</li>
@@ -261,11 +261,11 @@ where people are working.</p>
<p>Also, documentation is a great way to familiarize yourself with the code
and is always a welcome addition to the codebase and this website. Feel free
to contribute texts and tutorials! Committers will make sure they are added
-to this website, and we have a <a
href="http://mahout.apache.org/developers/how-to-update-the-website.html">guide
for making website updates</a>.
+to this website, and we have a <a
href="http://mahout.apache.org/documentation/developers/how-to-update-the-website.html">guide
for making website updates</a>.
We also have a <a
href="http://mahout.apache.org/general/books-tutorials-and-talks.html">wide
variety of books and slides</a> for learning more about
machine learning algorithms.</p>
-<p>If you are interested in working towards being a committer, <a
href="/developers/how-to-become-a-committer.html">general guidelines are
available online</a>.</p>
+<p>If you are interested in working towards being a committer, <a
href="/documentation/developers/how-to-become-a-committer.html">general
guidelines are available online</a>.</p>
<p><a
name="HowToContribute-ContributingCode(Features,BigFixes,Tests,etc...)"></a></p>
<h2 id="contributing-code-features-big-fixes-tests-etc">Contributing Code
(Features, Big Fixes, Tests, etc…)</h2>
@@ -291,13 +291,13 @@ and possibly improve it.</p>
<p><a name="HowToContribute-Gettingthesourcecode"></a></p>
<h2 id="getting-the-source-code">Getting the source code</h2>
-<p>First of all, you need to get the <a
href="/developers/version-control.html">Mahout source code</a>. Most
development is done on the “trunk”. Mahout mirrors its codebase on <a
href="https://github.com/apache/mahout">GitHub</a>. The first step to making a
contribution is to fork Mahout’s master branch to your GitHub repository.</p>
+<p>First of all, you need to get the <a
href="/documentation/developers/version-control.html">Mahout source code</a>.
Most development is done on the “trunk”. Mahout mirrors its codebase on <a
href="https://github.com/apache/mahout">GitHub</a>. The first step to making a
contribution is to fork Mahout’s master branch to your GitHub repository.</p>
<p><a name="HowToContribute-MakingChanges"></a></p>
<h2 id="making-changes">Making Changes</h2>
<p>Before you start, you should send a message to the <a
href="/community/mailing-lists.html">Mahout developer mailing list</a>
-(note: you have to subscribe before you can post), or file a ticket in our <a
href="/developers/issue-tracker.html">issue tracker</a>.
+(note: you have to subscribe before you can post), or file a ticket in our <a
href="/documentation/developers/issue-tracker.html">issue tracker</a>.
Describe your proposed changes and check that they fit in with what others are
doing and have planned for the project. Be patient, it may take folks a while
to understand your requirements.</p>
<ol>
@@ -378,7 +378,7 @@ for improvement (more tests, better javadocs, etc…) then
make the changes on y
thumbs up, that’s a good sign for committers when deciding if it’s worth
spending time to review it – and if other people have already put in
effort to improve the docs/tests for an issue, that helps even more.</p>
-<p>For more information see <a
href="http://mahout.apache.org/developers/github.html">Handling GitHub
PRs</a>.</p>
+<p>For more information see <a
href="http://mahout.apache.org/documentation/developers/github.html">Handling
GitHub PRs</a>.</p>
</div>
diff --git a/docs/latest/algorithms/map-reduce/clustering/cluster-dumper.html
b/docs/latest/algorithms/map-reduce/clustering/cluster-dumper.html
index fdd307004..48cd2ac68 100644
--- a/docs/latest/algorithms/map-reduce/clustering/cluster-dumper.html
+++ b/docs/latest/algorithms/map-reduce/clustering/cluster-dumper.html
@@ -246,7 +246,7 @@ executed the <a
href="clustering-of-synthetic-control-data.html">synthetic contr
<h3 id="standalone-java-program">Standalone Java Program</h3>
-<p>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). -->
+<p>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](/documentation/developers/buildingmahout.html). -->
To execute ClusterDumper.java,</p>
<ul>
diff --git a/documentation/developers/buildingmahout.html
b/documentation/developers/buildingmahout.html
index 92c0fa81d..a8c5216ee 100644
--- a/documentation/developers/buildingmahout.html
+++ b/documentation/developers/buildingmahout.html
@@ -357,7 +357,7 @@ cp -r CL/ /usr/local/
<td>Build all modules</td>
<tr>
<td><code>apache-release</code></td>
- <td>Used for releasing Apache Mahout. See <a
href="http://mahout.apache.org/developers/how-to-release">How To Release</a>
for more information.</td>
+ <td>Used for releasing Apache Mahout. See <a
href="how-to-release.html">How To Release</a> for more information.</td>
</tr>
<tr>
<td><code>flink-batch</code></td>
diff --git a/documentation/developers/developer-resources.html
b/documentation/developers/developer-resources.html
index bce205b08..5c78784a9 100644
--- a/documentation/developers/developer-resources.html
+++ b/documentation/developers/developer-resources.html
@@ -220,12 +220,12 @@
<h2 id="making-a-contribution">Making a Contribution</h2>
<p>Mahout is always looking for contributions, especially in the areas of
-documentation. See our <a href="/developers/how-to-contribute.html">How to
contribute</a> page for details.</p>
+documentation. See our <a href="/about/how-to-contribute.html">How to
contribute</a> page for details.</p>
<p><a name="DeveloperResources-SourceCode"></a></p>
<h2 id="source-code">Source Code</h2>
-<p>The source files are stored using Git, our page on <a
href="/developers/version-control.html">version control</a> has details on how
to access the sourcecode.</p>
+<p>The source files are stored using Git, our page on <a
href="/documentation/developers/version-control.html">version control</a> has
details on how to access the sourcecode.</p>
<p><a name="DeveloperResources-Documentation"></a></p>
<h2 id="documentation">Documentation</h2>
@@ -244,7 +244,7 @@ documentation. See our <a
href="/developers/how-to-contribute.html">How to contr
<p><a name="DeveloperResources-Issues"></a></p>
<h2 id="issues">Issues</h2>
-<p>All bugs, improvements, <a
href="http://mahout.apache.org/developers/github.html">pull requests</a>, etc.
should be logged in our <a href="/developers/issue-tracker.html">issue
tracker</a>.</p>
+<p>All bugs, improvements, <a href="github.html">pull requests</a>, etc.
should be logged in our <a href="issue-tracker.html">issue tracker</a>.</p>
<p><a name="DeveloperResources-ContinuousIntegration"></a></p>
<h2 id="continuous-integration">Continuous Integration</h2>
diff --git a/documentation/developers/gsoc.html
b/documentation/developers/gsoc.html
index 89ce80bc8..c61a689a4 100644
--- a/documentation/developers/gsoc.html
+++ b/documentation/developers/gsoc.html
@@ -238,7 +238,7 @@ opportunities for you.</p>
of how we rate proposals. Having a good idea is just one part of the
process. You must show you can communicate and work within the community
parameters. You might even consider putting up a patch or two that shows
-you get how things work. See <a href="how-to-contribute.html">How To
Contribute</a>.</li>
+you get how things work. See <a href="/about/how-to-contribute.html">How To
Contribute</a>.</li>
<li>Since Machine Learning is fairly academic, be sure to cite your sources
in your proposal.</li>
<li>Provide a realistic timeline. Be sure you indicate what other
diff --git a/documentation/developers/how-to-update-the-website.html
b/documentation/developers/how-to-update-the-website.html
index e753bde71..6630839e1 100644
--- a/documentation/developers/how-to-update-the-website.html
+++ b/documentation/developers/how-to-update-the-website.html
@@ -230,7 +230,7 @@
<p><code class="language-plaintext highlighter-rouge">git clone
http://github.com/apache/mahout</code></p>
-<p>See <a href="/developers/buildingmahout.html#getting-code">Building from
Source</a> for more details.</p>
+<p>See <a href="buildingmahout.html#getting-code">Building from Source</a> for
more details.</p>
<h4 id="working-with-markdown">Working with Markdown</h4>
@@ -260,7 +260,7 @@ open your favorite browser and make sure your changes look
the way you expect th
<h4 id="commit-code-and-open-a-pr">Commit code and open a PR</h4>
<p>Once you’re sure everything is right, you commit your code, push to your
github.com account (preferably on a branch other than <code
class="language-plaintext highlighter-rouge">trunk</code>
-then click “OpenPR”). This process closely follows <a
href="/developers/how-to-contribute.html#HowToContribute-MakingChanges">How To
Contribute- Making Changes</a> with an exception that for <em>WEBSITE ONLY</em>
changes we relax the requirement to open a JIRA ticket. That is to say, small
+then click “OpenPR”). This process closely follows <a
href="/about/how-to-contribute.html#HowToContribute-MakingChanges">How To
Contribute- Making Changes</a> with an exception that for <em>WEBSITE ONLY</em>
changes we relax the requirement to open a JIRA ticket. That is to say, small
website changes such as fixing a broken link or typo, do not require a
specific JIRA issues, and where you would normally
commit with a message like <code class="language-plaintext
highlighter-rouge">MAHOUT-XXXX The thing I did</code> (where <code
class="language-plaintext highlighter-rouge">XXXX</code> is the assosciated
JIRA number), you can instead
simply create a message like <code class="language-plaintext
highlighter-rouge">WEBSITE Typos in how-to-update-the-website.md</code>.
There’s nothing to stop you from making a
diff --git a/documentation/developers/index.html
b/documentation/developers/index.html
index 807398ba2..d59dca723 100644
--- a/documentation/developers/index.html
+++ b/documentation/developers/index.html
@@ -250,29 +250,29 @@
<h2 id="index">Index</h2>
-<p><a href="/developers/patch-check-list.html">Patch Check List</a></p>
+<p><a href="patch-check-list.html">Patch Check List</a></p>
-<p><a href="/developers/how-to-release.html">How To Release</a></p>
+<p><a href="how-to-release.html">How To Release</a></p>
-<p><a href="/developers/version-control.html">Version Control</a></p>
+<p><a href="version-control.html">Version Control</a></p>
-<p><a href="/developers/gsoc.html">Gsoc</a></p>
+<p><a href="gsoc.html">Gsoc</a></p>
-<p><a href="/developers/github.html">Github</a></p>
+<p><a href="github.html">Github</a></p>
-<p><a href="/developers/how-to-update-the-website.html">How To Update The
Website</a></p>
+<p><a href="how-to-update-the-website.html">How To Update The Website</a></p>
-<p><a href="/developers/developer-resources.html">Developer Resources</a></p>
+<p><a href="developer-resources.html">Developer Resources</a></p>
-<p><a href="/developers/githubPRs.html">Githubprs</a></p>
+<p><a href="githubPRs.html">Githubprs</a></p>
-<p><a href="/developers/buildingmahout.html">Buildingmahout</a></p>
+<p><a href="buildingmahout.html">Buildingmahout</a></p>
-<p><a href="/developers/thirdparty-dependencies.html">Thirdparty
Dependencies</a></p>
+<p><a href="thirdparty-dependencies.html">Thirdparty Dependencies</a></p>
-<p><a href="/developers/issue-tracker.html">Issue Tracker</a></p>
+<p><a href="issue-tracker.html">Issue Tracker</a></p>
-<p><a href="/developers/how-to-become-a-committer.html">How To Become A
Committer</a></p>
+<p><a href="how-to-become-a-committer.html">How To Become A Committer</a></p>
</div>
diff --git a/documentation/developers/issue-tracker.html
b/documentation/developers/issue-tracker.html
index a67183b72..52341bb8b 100644
--- a/documentation/developers/issue-tracker.html
+++ b/documentation/developers/issue-tracker.html
@@ -242,7 +242,7 @@ lists before an issue is created - in particular when it
comes to adding new fun
<p>Patches should be created at trunk or trunk parent level and if possible be
a single uncompressed text file so it is easy to inspect the patch in a web
-browser. (See <a href="/developers/patch-check-list.html">Patch Check List</a>
+browser. (See <a href="patch-check-list.html">Patch Check List</a>
.)</p>
<p>Use the issue identity when referring to an issue in any discussion.
diff --git a/documentation/developers/patch-check-list.html
b/documentation/developers/patch-check-list.html
index 51dc80544..2d678a72f 100644
--- a/documentation/developers/patch-check-list.html
+++ b/documentation/developers/patch-check-list.html
@@ -233,7 +233,7 @@ know you are working on it.</li>
<li>Run all unit tests, verify that all tests pass.</li>
</ul>
-<p>After the above steps are verified and completed, and the contribution is
ready to merge, follow the steps in the “Merging a PR” section in: <a
href="http://mahout.apache.org/developers/github.html">Handling Github
PRs</a>.</p>
+<p>After the above steps are verified and completed, and the contribution is
ready to merge, follow the steps in the “Merging a PR” section in: <a
href="github.html">Handling Github PRs</a>.</p>
<ul>
<li>Remember to update the issue status in JIRA when you have completed
it.</li>
diff --git a/documentation/developers/version-control.html
b/documentation/developers/version-control.html
index 343c9892e..3a07c8663 100644
--- a/documentation/developers/version-control.html
+++ b/documentation/developers/version-control.html
@@ -238,7 +238,7 @@
<p><a name="VersionControl-Issues"></a></p>
<h2 id="issues">Issues</h2>
-<p>All bugs, improvements, <a
href="http://mahout.apache.org/developers/github.html">pull requests</a>, etc.
should be logged in our <a
href="https://mahout.apache.org/developers/issue-tracker.html">issue
tracker</a>.</p>
+<p>All bugs, improvements, <a href="github.html">pull requests</a>, etc.
should be logged in our <a href="issue-tracker.html">issue tracker</a>.</p>
</div>
diff --git
a/documentation/tutorials/map-reduce/classification/twenty-newsgroups.html
b/documentation/tutorials/map-reduce/classification/twenty-newsgroups.html
index 24bc5829a..c0295ee69 100644
--- a/documentation/tutorials/map-reduce/classification/twenty-newsgroups.html
+++ b/documentation/tutorials/map-reduce/classification/twenty-newsgroups.html
@@ -203,7 +203,7 @@ the 20 newsgroups.</p>
<h3 id="prerequisites">Prerequisites</h3>
<ul>
- <li>Mahout has been downloaded (<a
href="https://mahout.apache.org/general/downloads.html">instructions
here</a>)</li>
+ <li>Mahout has been downloaded (<a
href="https://mahout.apache.org/download/downloads.html">instructions
here</a>)</li>
<li>Maven is available</li>
<li>Your environment has the following variables:
<ul>
diff --git
a/documentation/tutorials/map-reduce/clustering/clustering-of-synthetic-control-data.html
b/documentation/tutorials/map-reduce/clustering/clustering-of-synthetic-control-data.html
index 7e786e19e..2971da1f5 100644
---
a/documentation/tutorials/map-reduce/clustering/clustering-of-synthetic-control-data.html
+++
b/documentation/tutorials/map-reduce/clustering/clustering-of-synthetic-control-data.html
@@ -204,7 +204,7 @@
<p>Start out by downloading the dataset to be clustered from the UCI
Machine Learning Repository: <a
href="http://archive.ics.uci.edu/ml/databases/synthetic_control/synthetic_control.data">http://archive.ics.uci.edu/ml/databases/synthetic_control/synthetic_control.data</a>.</p>
</li>
<li>
- <p>Download the <a href="/general/downloads.html">latest release of
Mahout</a>.</p>
+ <p>Download the <a href="/download//downloads.html">latest release of
Mahout</a>.</p>
</li>
<li>
<p>Unpack the release binary and switch to the
<em>mahout-distribution-0.x</em> folder</p>
diff --git
a/documentation/tutorials/map-reduce/recommender/intro-als-hadoop.html
b/documentation/tutorials/map-reduce/recommender/intro-als-hadoop.html
index fb30d3789..e414a67fa 100644
--- a/documentation/tutorials/map-reduce/recommender/intro-als-hadoop.html
+++ b/documentation/tutorials/map-reduce/recommender/intro-als-hadoop.html
@@ -278,7 +278,7 @@ for item IDs. Then after recommendations are calculated you
will have to transla
<p>The input user file is a sequence file, the sequence record key is user id
and value is the user’s rated item ids which will be removed from
recommendation. The output file generated in our simple example will be a text
file giving the recommended item ids for each user.
Remember to translate the Mahout ids back into your application specific
ids.</p>
-<p>There exist a variety of parameters for Mahout’s ALS recommender to
accommodate custom business requirements; exploring and testing various
configurations to suit your needs will doubtless lead to additional questions.
Feel free to ask such questions on the <a
href="https://mahout.apache.org/general/mailing-lists,-irc-and-archives.html">mailing
list</a>.</p>
+<p>There exist a variety of parameters for Mahout’s ALS recommender to
accommodate custom business requirements; exploring and testing various
configurations to suit your needs will doubtless lead to additional questions.
Feel free to ask such questions on the <a
href="https://mahout.apache.org/community/mailing-lists,-irc-and-archives.html">mailing
list</a>.</p>
</div>
diff --git
a/documentation/tutorials/map-reduce/recommender/intro-itembased-hadoop.html
b/documentation/tutorials/map-reduce/recommender/intro-itembased-hadoop.html
index 49b6260c1..05da85c1e 100644
--- a/documentation/tutorials/map-reduce/recommender/intro-itembased-hadoop.html
+++ b/documentation/tutorials/map-reduce/recommender/intro-itembased-hadoop.html
@@ -237,7 +237,7 @@
<p><strong>Step 4: Making use of the output and doing more with
Mahout</strong></p>
-<p>The output file generated in our simple example can be transformed using
your tool of choice and consumed by downstream applications. There exist a
variety of configuration options for Mahout’s item based recommender to
accommodate custom business requirements; exploring and testing various
configurations to suit your needs will doubtless lead to additional questions.
Our user community is accessible via our <a
href="https://mahout.apache.org/general/mailing-lists,-irc-and-archives.ht [...]
+<p>The output file generated in our simple example can be transformed using
your tool of choice and consumed by downstream applications. There exist a
variety of configuration options for Mahout’s item based recommender to
accommodate custom business requirements; exploring and testing various
configurations to suit your needs will doubtless lead to additional questions.
Our user community is accessible via our <a
href="https://mahout.apache.org/community/mailing-lists.html">mailing list [...]
</div>
diff --git a/documentation/tutorials/misc/how-to-build-an-app.html
b/documentation/tutorials/misc/how-to-build-an-app.html
index 82960be70..b315cbd49 100644
--- a/documentation/tutorials/misc/how-to-build-an-app.html
+++ b/documentation/tutorials/misc/how-to-build-an-app.html
@@ -198,7 +198,7 @@
<li>Install the Java 7 JDK from Oracle. Mac users look here: <a
href="http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html">Java
SE Development Kit 7u72</a>.</li>
<li>Install sbt (simple build tool) 0.13.x for <a
href="http://www.scala-sbt.org/release/tutorial/Installing-sbt-on-Mac.html">Mac</a>,
<a
href="http://www.scala-sbt.org/release/tutorial/Installing-sbt-on-Linux.html">Linux</a>
or <a
href="http://www.scala-sbt.org/release/tutorial/Manual-Installation.html">manual
instalation</a>.</li>
<li>Install <a
href="https://spark.apache.org/docs/1.1.1/spark-standalone.html">Spark
1.1.1</a>. Don’t forget to setup SPARK_HOME</li>
- <li>Install <a href="http://mahout.apache.org/general/downloads.html">Mahout
0.10.0</a>. Don’t forget to setup MAHOUT_HOME and MAHOUT_LOCAL</li>
+ <li>Install <a
href="http://mahout.apache.org/download/downloads.html">Mahout 0.10.0</a>.
Don’t forget to setup MAHOUT_HOME and MAHOUT_LOCAL</li>
</ul>
<p>Why install if you are only using them as a library? Certain binaries and
scripts are required by the libraries to get information about the environment
like discovering where jars are located.</p>
diff --git a/documentation/users/basics/creating-vectors-from-text.html
b/documentation/users/basics/creating-vectors-from-text.html
index 787e90162..783ab83d4 100644
--- a/documentation/users/basics/creating-vectors-from-text.html
+++ b/documentation/users/basics/creating-vectors-from-text.html
@@ -236,7 +236,7 @@ index. For those wanting to use just Lucene, see the
<a href="http://lucene.apac
or check out <em>Lucene In Action</em> by Erik Hatcher, Otis Gospodnetic and
Mike
McCandless.</p>
-<p>To get started, make sure you get a fresh copy of Mahout from <a
href="http://mahout.apache.org/developers/buildingmahout.html">GitHub</a>
+<p>To get started, make sure you get a fresh copy of Mahout from <a
href="/documentation/developers/buildingmahout.html">GitHub</a>
and are comfortable building it. It defines interfaces and implementations
for efficiently iterating over a data source (it only supports Lucene
currently, but should be extensible to databases, Solr, etc.) and produces
diff --git a/documentation/users/classification/twenty-newsgroups.html
b/documentation/users/classification/twenty-newsgroups.html
index 8afa61546..d99b600cd 100644
--- a/documentation/users/classification/twenty-newsgroups.html
+++ b/documentation/users/classification/twenty-newsgroups.html
@@ -229,7 +229,7 @@ the 20 newsgroups.</p>
<h3 id="prerequisites">Prerequisites</h3>
<ul>
- <li>Mahout has been downloaded (<a
href="https://mahout.apache.org/general/downloads.html">instructions
here</a>)</li>
+ <li>Mahout has been downloaded (<a
href="https://mahout.apache.org/download/downloads.html">instructions
here</a>)</li>
<li>Maven is available</li>
<li>Your environment has the following variables:
<ul>
diff --git a/documentation/users/clustering/cluster-dumper.html
b/documentation/users/clustering/cluster-dumper.html
index ab17e00da..6f0144fe1 100644
--- a/documentation/users/clustering/cluster-dumper.html
+++ b/documentation/users/clustering/cluster-dumper.html
@@ -272,7 +272,7 @@ executed the <a
href="clustering-of-synthetic-control-data.html">synthetic contr
<h3 id="standalone-java-program">Standalone Java Program</h3>
-<p>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). -->
+<p>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](/documentation/developers/buildingmahout.html). -->
To execute ClusterDumper.java,</p>
<ul>
diff --git
a/documentation/users/clustering/clustering-of-synthetic-control-data.html
b/documentation/users/clustering/clustering-of-synthetic-control-data.html
index 7ce1a8924..ee947edc6 100644
--- a/documentation/users/clustering/clustering-of-synthetic-control-data.html
+++ b/documentation/users/clustering/clustering-of-synthetic-control-data.html
@@ -230,7 +230,7 @@
<p>Start out by downloading the dataset to be clustered from the UCI
Machine Learning Repository: <a
href="http://archive.ics.uci.edu/ml/databases/synthetic_control/synthetic_control.data">http://archive.ics.uci.edu/ml/databases/synthetic_control/synthetic_control.data</a>.</p>
</li>
<li>
- <p>Download the <a href="/general/downloads.html">latest release of
Mahout</a>.</p>
+ <p>Download the <a href="/download/downloads.html">latest release of
Mahout</a>.</p>
</li>
<li>
<p>Unpack the release binary and switch to the
<em>mahout-distribution-0.x</em> folder</p>
diff --git a/documentation/users/environment/how-to-build-an-app.html
b/documentation/users/environment/how-to-build-an-app.html
index ffd04fe2c..d1646d241 100644
--- a/documentation/users/environment/how-to-build-an-app.html
+++ b/documentation/users/environment/how-to-build-an-app.html
@@ -224,7 +224,7 @@ In order to build and run the CooccurrenceDriver you need
to install the follow
<li>Install the Java 7 JDK from Oracle. Mac users look here: <a
href="http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html">Java
SE Development Kit 7u72</a>.</li>
<li>Install sbt (simple build tool) 0.13.x for <a
href="http://www.scala-sbt.org/release/tutorial/Installing-sbt-on-Mac.html">Mac</a>,
<a
href="http://www.scala-sbt.org/release/tutorial/Installing-sbt-on-Linux.html">Linux</a>
or <a
href="http://www.scala-sbt.org/release/tutorial/Manual-Installation.html">manual
instalation</a>.</li>
<li>Install <a
href="https://spark.apache.org/docs/1.1.1/spark-standalone.html">Spark
1.1.1</a>. Don’t forget to setup SPARK_HOME</li>
- <li>Install <a href="http://mahout.apache.org/general/downloads.html">Mahout
0.10.0</a>. Don’t forget to setup MAHOUT_HOME and MAHOUT_LOCAL</li>
+ <li>Install <a
href="http://mahout.apache.org/download/downloads.html">Mahout 0.10.0</a>.
Don’t forget to setup MAHOUT_HOME and MAHOUT_LOCAL</li>
</ul>
<p>Why install if you are only using them as a library? Certain binaries and
scripts are required by the libraries to get information about the environment
like discovering where jars are located.</p>
diff --git a/documentation/users/recommender/intro-als-hadoop.html
b/documentation/users/recommender/intro-als-hadoop.html
index e6bf04644..c7c69fa4d 100644
--- a/documentation/users/recommender/intro-als-hadoop.html
+++ b/documentation/users/recommender/intro-als-hadoop.html
@@ -304,7 +304,7 @@ for item IDs. Then after recommendations are calculated you
will have to transla
<p>The input user file is a sequence file, the sequence record key is user id
and value is the user’s rated item ids which will be removed from
recommendation. The output file generated in our simple example will be a text
file giving the recommended item ids for each user.
Remember to translate the Mahout ids back into your application specific
ids.</p>
-<p>There exist a variety of parameters for Mahout’s ALS recommender to
accommodate custom business requirements; exploring and testing various
configurations to suit your needs will doubtless lead to additional questions.
Feel free to ask such questions on the <a
href="https://mahout.apache.org/general/mailing-lists,-irc-and-archives.html">mailing
list</a>.</p>
+<p>There exist a variety of parameters for Mahout’s ALS recommender to
accommodate custom business requirements; exploring and testing various
configurations to suit your needs will doubtless lead to additional questions.
Feel free to ask such questions on the <a
href="https://mahout.apache.org/community/mailing-lists.html">mailing
list</a>.</p>
diff --git a/documentation/users/recommender/intro-itembased-hadoop.html
b/documentation/users/recommender/intro-itembased-hadoop.html
index 8f35bd246..fd03b3a5e 100644
--- a/documentation/users/recommender/intro-itembased-hadoop.html
+++ b/documentation/users/recommender/intro-itembased-hadoop.html
@@ -263,7 +263,7 @@
<p><strong>Step 4: Making use of the output and doing more with
Mahout</strong></p>
-<p>The output file generated in our simple example can be transformed using
your tool of choice and consumed by downstream applications. There exist a
variety of configuration options for Mahout’s item based recommender to
accommodate custom business requirements; exploring and testing various
configurations to suit your needs will doubtless lead to additional questions.
Our user community is accessible via our <a
href="https://mahout.apache.org/general/mailing-lists,-irc-and-archives.ht [...]
+<p>The output file generated in our simple example can be transformed using
your tool of choice and consumed by downstream applications. There exist a
variety of configuration options for Mahout’s item based recommender to
accommodate custom business requirements; exploring and testing various
configurations to suit your needs will doubtless lead to additional questions.
Our user community is accessible via our <a
href="https://mahout.apache.org/community/mailing-lists.html">mailing list [...]
<footer class="footer bg-light">
diff --git a/download/downloads.html b/download/downloads.html
index 0128110c5..e3a0dc379 100644
--- a/download/downloads.html
+++ b/download/downloads.html
@@ -292,7 +292,7 @@ Then add the appropriate setting to your pom.xml or
build.sbt following the temp
<p>Official releases are usually created when the developers feel there are
sufficient changes, improvements and bug fixes to warrant a release. Watch
-the <a
href="https://mahout.apache.org/general/mailing-lists,-irc-and-archives.html">Mailing
lists</a>
+the <a href="https://mahout.apache.org/community/mailing-lists.html">Mailing
lists</a>
for latest release discussions and check the Github repo.</p>
diff --git a/download/quickstart.md b/download/quickstart.md
index 8ac22bf68..428ad692c 100644
--- a/download/quickstart.md
+++ b/download/quickstart.md
@@ -29,7 +29,7 @@ title: Quickstart
Download the latest release
[here](http://www.apache.org/dyn/closer.cgi/mahout/).
-Or checkout the latest code from
[here](http://mahout.apache.org/developers/version-control.html)
+Or checkout the latest code from
[here](http://mahout.apache.org/documentation/developers/version-control.html)
#### Alternatively: Add Mahout 0.10.0 to a maven project
diff --git a/feed.xml b/feed.xml
index 471de29df..42a70ddc1 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.3.2">Jekyll</generator><link
href="http://mahout.apache.org//feed.xml" rel="self"
type="application/atom+xml" /><link href="http://mahout.apache.org//"
rel="alternate" type="text/html"
/><updated>2025-01-27T14:31:28+00:00</updated><id>http://mahout.apache.org//feed.xml</id><title
type="html">Apache Mahout</title><subtitle>Distributed Linear
Algebra</subtitle> [...]
+<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.3.2">Jekyll</generator><link
href="http://mahout.apache.org//feed.xml" rel="self"
type="application/atom+xml" /><link href="http://mahout.apache.org//"
rel="alternate" type="text/html"
/><updated>2025-01-27T16:27:08+00:00</updated><id>http://mahout.apache.org//feed.xml</id><title
type="html">Apache Mahout</title><subtitle>Distributed Linear
Algebra</subtitle> [...]
<h2 id="feb-2nd-brussels-belgium">Feb 2nd, Brussels, Belgium</h2>
<p><a
href="https://fosdem.org/2025/schedule/event/fosdem-2025-5298-introducing-qumat-an-apache-mahout-joint-">Introducing
Qumat! (An Apache Mahout Joint)</a></p>
diff --git a/general/faq.html b/general/faq.html
index a93538016..ede082f85 100644
--- a/general/faq.html
+++ b/general/faq.html
@@ -298,7 +298,7 @@ which are already implemented in Mahout. You can find a
list <a href="https://ma
<p>There are many machine learning algorithms that we would like to have in
Mahout. If you have an algorithm or an improvement to an algorithm that you
would
-like to implement, start a discussion on our <a
href="https://mahout.apache.org/general/mailing-lists,-irc-and-archives.html">mailing
list</a>.</p>
+like to implement, start a discussion on our <a
href="https://mahout.apache.org/community/mailing-lists.html">mailing
list</a>.</p>
<p><a name="hadoop"></a></p>
<h4 id="do-i-need-hadoop-to-use-mahout">Do I need Hadoop to use Mahout?</h4>
diff --git a/general/mahout-wiki.html b/general/mahout-wiki.html
index 6597e760b..b15519306 100644
--- a/general/mahout-wiki.html
+++ b/general/mahout-wiki.html
@@ -234,13 +234,13 @@ learning algorithms under the Apache license.</p>
<p><a href="faq.html">FAQ</a>
– Frequent questions encountered on the mailing lists.</p>
-<p><a href="developer-resources.html">Developer Resources</a>
+<p><a href="documentation/developer/developer-resources.html">Developer
Resources</a>
– overview of the Mahout development infrastructure.</p>
-<p><a href="how-to-contribute.html">How To Contribute</a>
+<p><a href="/about/how-to-contribute.html">How To Contribute</a>
– get involved with the Mahout community.</p>
-<p><a href="how-to-become-a-committer.html">How To Become A Committer</a>
+<p><a href="/documentation/developers/how-to-become-a-committer.html">How To
Become A Committer</a>
– become a member of the Mahout development community.</p>
<p><a href="http://hadoop.apache.org">Hadoop</a>
@@ -254,23 +254,23 @@ learning algorithms under the Apache license.</p>
<p><a name="MahoutWiki-Community"></a></p>
<h2 id="community">Community</h2>
-<p><a href="who-we-are.html">Who we are</a>
+<p><a href="/community/who-we-are.html">Who we are</a>
– who are the developers behind Apache Mahout?</p>
<p><a href="books-tutorials-and-talks.html">Books, Tutorials, Talks, Articles,
News, Background Reading, etc. on Mahout</a></p>
-<p><a href="issue-tracker.html">Issue Tracker</a>
+<p><a href="/documentation/developers/issue-tracker.html">Issue Tracker</a>
– see what features people are working on, submit patches and file bugs.</p>
<p><a href="https://svn.apache.org/repos/asf/mahout/">Source Code (SVN)</a>
– [Fisheye|http://fisheye6.atlassian.com/browse/mahout]
– download the Mahout source code from svn.</p>
-<p><a href="mailing-lists,-irc-and-archives.html">Mailing lists and IRC</a>
+<p><a href="/community/mailing-lists.html">Mailing lists and IRC</a>
– links to our mailing lists, IRC channel and archived design and
algorithm discussions, maybe your questions was answered there already?</p>
-<p><a href="version-control.html">Version Control</a>
+<p><a href="/documentation/developers/version-control.html">Version Control</a>
– where we track our code.</p>
<p><a href="powered-by-mahout.html">Powered By Mahout</a>
@@ -279,7 +279,7 @@ algorithm discussions, maybe your questions was answered
there already?</p>
<p><a href="professional-support.html">Professional Support</a>
– who is offering professional support for Mahout?</p>
-<p><a href="gsoc.html">Mahout and Google Summer of Code</a>
+<p><a href="/documentation/developers/gsoc.html">Mahout and Google Summer of
Code</a>
– All you need to know about Mahout and GSoC.</p>
<p><a href="glossary.html">Glossary of commonly used terms and
abbreviations</a></p>
@@ -294,10 +294,10 @@ algorithm discussions, maybe your questions was answered
there already?</p>
– get started with Mahout, run the examples and get pointers to further
resources.</p>
-<p><a href="downloads.html">Downloads</a>
+<p><a href="/download/downloads.html">Downloads</a>
– a list of Mahout releases.</p>
-<p><a href="buildingmahout.html">Download and installation</a>
+<p><a href="/documentation/developers/buildingmahout.html">Download and
installation</a>
– build Mahout from the sources.</p>
<p><a href="mahout-on-amazon-ec2.html">Mahout on Amazon’s EC2 Service</a>
@@ -380,9 +380,9 @@ always looking for new training data collections.</p>
<h3 id="project-resources">Project Resources</h3>
<ul>
- <li><a href="thirdparty-dependencies.html">Dealing with Third Party
Dependencies not in Maven</a></li>
- <li><a href="how-to-update-the-website.html">How To Update The
Website</a></li>
- <li><a href="patch-check-list.html">Patch Check List</a></li>
+ <li><a href="/documentation/developers/thirdparty-dependencies.html">Dealing
with Third Party Dependencies not in Maven</a></li>
+ <li><a href="/documentation/developers/how-to-update-the-website.html">How
To Update The Website</a></li>
+ <li><a href="/documentation/developers/patch-check-list.html">Patch Check
List</a></li>
<li><a
href="http://cwiki.apache.org/confluence/display/MAHOUT/How+to+release">How To
Release</a></li>
<li><a href="release-planning.html">Release Planning</a></li>
<li><a href="https://analysis.apache.org/dashboard/index/63921">Sonar Code
Quality Analysis</a></li>
diff --git a/general/powered-by-mahout.html b/general/powered-by-mahout.html
index 2788682fe..e541ea968 100644
--- a/general/powered-by-mahout.html
+++ b/general/powered-by-mahout.html
@@ -213,7 +213,7 @@
<h1 id="powered-by-mahout">Powered by Mahout</h1>
-<p>Are you using Mahout to do Machine Learning? <a
href="https://mahout.apache.org/general/mailing-lists,-irc-and-archives.html">Care
to share</a>? Developers of the project always are happy to learn about new
happy users with interesting use cases.</p>
+<p>Are you using Mahout to do Machine Learning? <a
href="https://mahout.apache.org/community/mailing-lists.html">Care to
share</a>? Developers of the project always are happy to learn about new happy
users with interesting use cases.</p>
<p><em>Links here do NOT imply
endorsement by Mahout, its committers or the Apache Software Foundation and
diff --git a/news/2017/12/20/new-website.html b/news/2017/12/20/new-website.html
index b8c928f70..50626f9ae 100644
--- a/news/2017/12/20/new-website.html
+++ b/news/2017/12/20/new-website.html
@@ -232,7 +232,7 @@
please let us know via either:</p>
<ul>
<li>send an email to [email protected]</li>
- <li>fix it yourself and <a href="/developers/githubPRs">open a PR</a>!</li>
+ <li>fix it yourself and <a href="/documentation/developers/githubPRs">open a
PR</a>!</li>
</ul>
</div>
diff --git a/release-notes/Apache-Mahout-0.10.0-Release-Notes.pdf
b/release-notes/Apache-Mahout-0.10.0-Release-Notes.pdf
index 2e7e8e64a..9dafc26a1 100644
Binary files a/release-notes/Apache-Mahout-0.10.0-Release-Notes.pdf and
b/release-notes/Apache-Mahout-0.10.0-Release-Notes.pdf differ