Skip to content

Commit

Permalink
Merge pull request #440 from tdnaugle/broken-links2
Browse files Browse the repository at this point in the history
Last Set of Broken Website Links
  • Loading branch information
rawkintrevo authored Mar 14, 2024
2 parents 6ddca38 + e0ef155 commit 07384e6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion website/_includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
aria-expanded="false">Download</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item"
href="/download/downloads/html">Latest Release</a>
href="/download/downloads.html">Latest Release</a>
<a class="dropdown-item"
href="https://github.com/apache/mahout/">Github Repository</a>
<a class="dropdown-item"
Expand Down
12 changes: 6 additions & 6 deletions website/documentation/developers/developer-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ The source files are stored using Git, our page on [version control](/developers

Javadoc and Scaladoc documentation is available online by module:

* [Mahout Math](/docs/{{ site.mahout-version }}/api/docs/mahout-math/index.html)
* [Mahout Math Scala bindings](/docs/{{ site.mahout-version }}/api/docs/mahout-math-scala/index.html)
* [Mahout Spark bindings](/docs/{{ site.mahout-version }}/api/docs/mahout-spark/index.html)
* [Mahout HDFS](/docs/{{ site.mahout-version }}/api/docs/mahout-hdfs/index.html)
* [Mahout Map-Reduce](/docs/{{ site.mahout-version }}/api/docs/mahout-mr/index.html)
* [Mahout Integration](/docs/{{ site.mahout-version }}/api/docs/mahout-integration/index.html)
* [Mahout Math](/docs/0.13.0/api/docs/mahout-math/index.html)
* [Mahout Math Scala bindings](/docs/0.13.0/api/docs/mahout-math-scala/index.html)
* [Mahout Spark bindings](/docs/0.13.0/api/docs/mahout-spark/index.html)
* [Mahout HDFS](/docs/0.13.0/api/docs/mahout-hdfs/index.html)
* [Mahout Map-Reduce](/docs/0.13.0/api/docs/mahout-mr/index.html)
* [Mahout Integration](/docs/0.13.0/api/docs/mahout-integration/index.html)

<a name="DeveloperResources-Issues"></a>
## Issues
Expand Down
4 changes: 2 additions & 2 deletions website/documentation/developers/how-to-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ create a new Mahout release.*
Start a discussion on mahout-dev about having a release, questions to bring
up include:

* Any [Unresolved JIRA issues for the upcoming release ](-https://issues.apache.org/jira/secure/issuenavigator!executeadvanced.jspa?jqlquery=project+%3d+mahout+and+resolution+%3d+unresolved+and+fixversion+%3d+%220.6%22&runquery=true&clear=true.html)
* Any [Resolved or Closed JIRA issues missing a "Fix Version" ](-https://issues.apache.org/jira/secure/issuenavigator!executeadvanced.jspa?jqlquery=project+%3d+mahout+and+%28status+%3d+resolved+or+status+%3d+closed%29+and+fixversion+is+null+and+resolution+%3d+fixed&runquery=true&clear=true.html)
* Any [Unresolved JIRA issues for the upcoming release ](https://issues.apache.org/jira/issues/?jql=project%20%3D%20MAHOUT%20AND%20status%20%3D%20Open%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20in%20unreleasedVersions()%20AND%20component%20in%20(build-classic%2C%20classic)%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC)
* Any [Resolved or Closed JIRA issues missing a "Fix Version" ](https://issues.apache.org/jira/issues/?jql=project%20%3D%20MAHOUT%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20resolution%20in%20(Fixed%2C%20Resolved)%20AND%20fixVersion%20%3D%20EMPTY%20AND%20component%20in%20(build-classic%2C%20classic)%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC)
that should be marked as fixed in this release?
* Does any documentation need an update?
* Who is going to be the release engineer?
Expand Down
1 change: 0 additions & 1 deletion website/documentation/developers/patch-check-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ know you are working on it.
- How is the documentation, especially the javadocs?
- Before committing, make sure you add any new documents to your local Git repo.
- Run all unit tests, verify that all tests pass.
- Lastly, update the [CHANGELOG](https://github.com/apache/mahout/blob/master/CHANGELOG) file. Give proper credit to the authors.

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: [Handling Github PRs](http://mahout.apache.org/developers/github.html).

Expand Down

0 comments on commit 07384e6

Please sign in to comment.