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

richhuang 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 1d7554488 docs: fix doc link (#962)
1d7554488 is described below

commit 1d75544887336ad10145a4d67d6f29c72895a7cf
Author: Xin Hao <[email protected]>
AuthorDate: Wed Jan 28 21:57:11 2026 +0800

    docs: fix doc link (#962)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index abfcd26e5..5a7e3ace4 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ For additional information about Mahout, visit the [Mahout 
Home Page](http://mah
 
 Qumat is a high-level Python library for quantum computing that provides:
 
-- **Quantum Circuit Abstraction** - Build quantum circuits with standard gates 
(Hadamard, CNOT, Pauli, etc.) and run them on Qiskit, Cirq, or Amazon Braket 
with a single unified API. Write once, execute anywhere. Check out [basic 
gates](docs/basic_gates.md) for a quick introduction to the basic gates 
supported across all backends.
+- **Quantum Circuit Abstraction** - Build quantum circuits with standard gates 
(Hadamard, CNOT, Pauli, etc.) and run them on Qiskit, Cirq, or Amazon Braket 
with a single unified API. Write once, execute anywhere. Check out [basic 
gates](docs/basic-gates.md) for a quick introduction to the basic gates 
supported across all backends.
 - **QDP (Quantum Data Plane)** - Encode classical data into quantum states 
using GPU-accelerated kernels. Zero-copy tensor transfer via DLPack lets you 
move data between PyTorch, NumPy, and TensorFlow without overhead.
 
 ## Quick Start

Reply via email to