This is an automated email from the ASF dual-hosted git repository.
hcr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push:
new 5901b9ab1 docs: use relative links in docs (#948)
5901b9ab1 is described below
commit 5901b9ab1bd9d62203d4fd7c111adcc320568dd1
Author: Jie-Kai Chang <[email protected]>
AuthorDate: Mon Jan 26 15:07:50 2026 +0800
docs: use relative links in docs (#948)
---
docs/about/how-to-contribute.md | 4 ++--
docs/download/quickstart.md | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/about/how-to-contribute.md b/docs/about/how-to-contribute.md
index aaa73e82f..70b780728 100644
--- a/docs/about/how-to-contribute.md
+++ b/docs/about/how-to-contribute.md
@@ -12,7 +12,7 @@ of ways to contribute!
<a name="HowToContribute-BeInvolved"></a>
## Get Involved
-Discussions at Apache happen on the mailing list. To get involved, you should
join the [Mahout mailing lists](/docs/community/mailing-lists). In particular:
+Discussions at Apache happen on the mailing list. To get involved, you should
join the [Mahout mailing lists](../community/mailing-lists). In particular:
* The **user list** (to help others)
* The **development list** (to join discussions of changes) -- This is the
best place
@@ -82,7 +82,7 @@ First of all, you need to get the Mahout source code from
[GitHub](https://githu
<a name="HowToContribute-MakingChanges"></a>
## Making Changes
-Before you start, you should send a message to the [Mahout developer mailing
list](/docs/community/mailing-lists)
+Before you start, you should send a message to the [Mahout developer mailing
list](../community/mailing-lists)
(note: you have to subscribe before you can post), or file a ticket in our
[issue tracker](https://issues.apache.org/jira/browse/MAHOUT).
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.
diff --git a/docs/download/quickstart.md b/docs/download/quickstart.md
index c9e8859b3..f4b8c19ac 100644
--- a/docs/download/quickstart.md
+++ b/docs/download/quickstart.md
@@ -47,12 +47,12 @@ print(result)
## Next Steps
-- [Getting Started with Qumat](/docs/getting-started-with-qumat)
-- [Basic Gates](/docs/basic-gates)
-- [API Reference](/docs/api)
+- [Getting Started with Qumat](../getting-started-with-qumat)
+- [Basic Gates](../basic-gates)
+- [API Reference](../api)
## Legacy Mahout MapReduce
:::note
-The legacy Mahout MapReduce functionality is deprecated. For current quantum
computing features, see the [Qumat documentation](/docs/qumat).
+The legacy Mahout MapReduce functionality is deprecated. For current quantum
computing features, see the [Qumat documentation](../qumat).
:::