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

yangjiaqi pushed a commit to branch jacky-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git

commit 85df6cb1b33cd98527bfecd72d8be2756eeeaad8
Author: JackyYangPassion <[email protected]>
AuthorDate: Wed Apr 3 11:05:03 2024 +0800

    fix doc link 404
---
 content/cn/docs/quickstart/hugegraph-server.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/cn/docs/quickstart/hugegraph-server.md 
b/content/cn/docs/quickstart/hugegraph-server.md
index b597fbae..bf911176 100644
--- a/content/cn/docs/quickstart/hugegraph-server.md
+++ b/content/cn/docs/quickstart/hugegraph-server.md
@@ -37,7 +37,7 @@ Core 模块是 Tinkerpop 接口的实现,Backend 模块用于管理数据存
 #### 3.1 使用 Docker 容器 (便于**测试**)
 <!-- 3.1 is linked by another place. if change 3.1's title, please check -->
 
-可参考 [Docker 
部署方式](https://github.com/apache/incubator-hugegraph/blob/master/hugegraph-server/hugegraph-dist/README.md)。
+可参考 [Docker 
部署方式](https://github.com/apache/incubator-hugegraph/blob/master/hugegraph-server/hugegraph-dist/docker/README.md)。
 
 我们可以使用 `docker run -itd --name=server -p 8080:8080 hugegraph/hugegraph` 
去快速启动一个内置了 `RocksDB` 的 `Hugegraph server`.
 

Reply via email to