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

jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 625437be doc: update the outdated computer download link (#278)
625437be is described below

commit 625437be42788e7b393d9cbc25c7f2ca077cb0f3
Author: Dandelion <[email protected]>
AuthorDate: Sun Jun 25 21:06:46 2023 +0800

    doc: update the outdated computer download link (#278)
---
 content/cn/docs/quickstart/hugegraph-computer.md | 8 ++++----
 content/en/docs/quickstart/hugegraph-computer.md | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/content/cn/docs/quickstart/hugegraph-computer.md 
b/content/cn/docs/quickstart/hugegraph-computer.md
index a3a28851..6d6ba9fc 100644
--- a/content/cn/docs/quickstart/hugegraph-computer.md
+++ b/content/cn/docs/quickstart/hugegraph-computer.md
@@ -36,8 +36,8 @@ weight: 7
 下载最新版本的 HugeGraph-Computer release 包:
 
 ```bash
-wget 
https://github.com/apache/hugegraph-computer/releases/download/v${version}/hugegraph-loader-${version}.tar.gz
-tar zxvf hugegraph-computer-${version}.tar.gz
+wget 
https://downloads.apache.org/incubator/hugegraph/${version}/apache-hugegraph-computer-incubating-${version}.tar.gz
+tar zxvf apache-hugegraph-computer-incubating-${version}.tar.gz -C 
hugegraph-computer
 ```
 
 #### 2.2 Clone source code to compile and package
@@ -60,13 +60,13 @@ mvn clean package -DskipTests
 > 您可以使用 `-c` 参数指定配置文件, 更多computer 配置请看: [Computer Config 
 > Options](/docs/config/config-computer#computer-config-options)
 
 ```bash
-cd hugegraph-computer-${version}
+cd hugegraph-computer
 bin/start-computer.sh -d local -r master
 ```
 
 #### 2.4 启动 worker 节点
 
-```
+```bash
 bin/start-computer.sh -d local -r worker
 ```
 
diff --git a/content/en/docs/quickstart/hugegraph-computer.md 
b/content/en/docs/quickstart/hugegraph-computer.md
index 5a06d56d..5518b2e3 100644
--- a/content/en/docs/quickstart/hugegraph-computer.md
+++ b/content/en/docs/quickstart/hugegraph-computer.md
@@ -36,8 +36,8 @@ There are two ways to get HugeGraph-Computer:
 Download the latest version of the HugeGraph-Computer release package:
 
 ```bash
-wget 
https://github.com/apache/hugegraph-computer/releases/download/v${version}/hugegraph-loader-${version}.tar.gz
-tar zxvf hugegraph-computer-${version}.tar.gz
+wget 
https://downloads.apache.org/incubator/hugegraph/${version}/apache-hugegraph-computer-incubating-${version}.tar.gz
+tar zxvf apache-hugegraph-computer-incubating-${version}.tar.gz -C 
hugegraph-computer
 ```
 
 #### 2.2 Clone source code to compile and package
@@ -60,13 +60,13 @@ mvn clean package -DskipTests
 > You can use `-c`  parameter specify the configuration file, more computer 
 > config please see:[Computer Config 
 > Options](/docs/config/config-computer#computer-config-options)
 
 ```bash
-cd hugegraph-computer-${version}
+cd hugegraph-computer
 bin/start-computer.sh -d local -r master
 ```
 
 #### 2.4 Start worker node
 
-```
+```bash
 bin/start-computer.sh -d local -r worker
 ```
 

Reply via email to