imbajin commented on code in PR #278:
URL: 
https://github.com/apache/incubator-hugegraph-doc/pull/278#discussion_r1239661048


##########
content/en/docs/quickstart/hugegraph-computer.md:
##########
@@ -36,8 +36,9 @@ 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
+mv apache-hugegraph-computer-incubating-${version} hugegraph-computer

Review Comment:
   same



##########
content/cn/docs/quickstart/hugegraph-computer.md:
##########
@@ -36,8 +36,9 @@ 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

Review Comment:
   ```suggestion
   tar zxvf apache-hugegraph-computer-incubating-${version}.tar.gz -C 
hugegraph-computer
   ```
   
   use `-C` to specify the downloaded filename if u want



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to