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 7a9382cd2 modify building the website command (#956)
7a9382cd2 is described below

commit 7a9382cd2f6a9d2bbcdb090378eee01013b528a8
Author: ChenChen Lai <[email protected]>
AuthorDate: Tue Jan 27 12:36:22 2026 +0800

    modify building the website command (#956)
---
 docs/getting-started-with-qumat.md | 4 ++--
 website/README.md                  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/getting-started-with-qumat.md 
b/docs/getting-started-with-qumat.md
index 3dbe310de..2c0e17298 100644
--- a/docs/getting-started-with-qumat.md
+++ b/docs/getting-started-with-qumat.md
@@ -46,9 +46,9 @@ Refer to the example notebooks in the `examples/` directory 
at the repository ro
 To serve the website locally:
 
 ```bash
-cd website-new
+cd website
 npm install
 npm run start
 ```
 
-See the [website 
README](https://github.com/apache/mahout/tree/main/website-new) for more 
details.
+See the [website 
README](https://github.com/apache/mahout/tree/main/website#readme) for more 
details.
diff --git a/website/README.md b/website/README.md
index ba7caa00e..e0cb6d002 100644
--- a/website/README.md
+++ b/website/README.md
@@ -5,7 +5,7 @@ This website is built using 
[Docusaurus](https://docusaurus.io/), a modern stati
 ## Quick Start
 
 ```bash
-cd website-new
+cd website
 npm install
 npm run start
 ```

Reply via email to