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

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


The following commit(s) were added to refs/heads/docusaurus by this push:
     new 0b70578f chore: update and unify image path
0b70578f is described below

commit 0b70578fd81aef69378d0bfd5fc565156f6721d8
Author: liuxiao <[email protected]>
AuthorDate: Mon Apr 15 03:55:27 2024 +0800

    chore: update and unify image path
---
 docs/language/hugegraph-example.md                          |   2 +-
 .../language/img => static/img/language}/graph-of-gods.png  | Bin
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/language/hugegraph-example.md 
b/docs/language/hugegraph-example.md
index 9c6d2e31..0656b4a2 100644
--- a/docs/language/hugegraph-example.md
+++ b/docs/language/hugegraph-example.md
@@ -27,7 +27,7 @@ HugeGraph相对于TitanDB而言,其主要特点如下:
 
 本示例通过Property Graph Model图数据模型来描述希腊神话中各人物角色的关系(也被成为人物关系图谱),具体关系详见下图。
 
-![graph-of-gods](./img/graph-of-gods.png)
+![graph-of-gods](/img/language/graph-of-gods.png)
 
 
 其中,圆形节点代表实体(Vertex),箭头代表关系(Edge),方框的内容为属性。
diff --git a/docs/language/img/graph-of-gods.png 
b/static/img/language/graph-of-gods.png
similarity index 100%
rename from docs/language/img/graph-of-gods.png
rename to static/img/language/graph-of-gods.png

Reply via email to