This is an automated email from the ASF dual-hosted git repository.

guanmingchiu 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 c4a2d56dc docs: use relative path to avoid link to docs with different 
version (#1137)
c4a2d56dc is described below

commit c4a2d56dc1b0eec24a12af1ea96660c557b59f63
Author: Tim Hsiung <[email protected]>
AuthorDate: Sat Mar 7 10:21:39 2026 +0800

    docs: use relative path to avoid link to docs with different version (#1137)
---
 docs/index.md                 | 2 +-
 docs/qumat/getting-started.md | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/index.md b/docs/index.md
index 3feed5e6a..bb2dc9ec1 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -14,7 +14,7 @@ anywhere.'
 ## Documentation
 
 ### Getting Started
-- [Getting Started with QuMat](/docs/qumat/getting-started) - Introduction and 
setup guide
+- [Getting Started with QuMat](./qumat/getting-started) - Introduction and 
setup guide
 
 ### Core Concepts
 - [Basic Gates](./qumat/basic-gates) - Introduction to fundamental quantum 
gates (NOT, Hadamard, CNOT, Toffoli, SWAP, Pauli gates, CSWAP, U gate)
diff --git a/docs/qumat/getting-started.md b/docs/qumat/getting-started.md
index 643505b39..393d874e3 100644
--- a/docs/qumat/getting-started.md
+++ b/docs/qumat/getting-started.md
@@ -70,6 +70,6 @@ Refer to repository examples:
 
 ## Next Steps
 
-- [Basic Gates](/docs/qumat/basic-gates)
-- [API Reference](/docs/qumat/api)
-- [QDP Getting Started](/docs/qdp/getting-started)
+- [Basic Gates](./basic-gates)
+- [API Reference](./api)
+- [QDP Getting Started](../qdp/getting-started)

Reply via email to