This is an automated email from the ASF dual-hosted git repository. jin pushed a commit to branch readme in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
commit 97f8a88c2de8fa6ce44d5ab0c2ee5963cc4cc1b3 Author: imbajin <[email protected]> AuthorDate: Mon May 9 17:58:28 2022 +0800 Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ca13208c..d0a551f06 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [](https://codecov.io/gh/hugegraph/hugegraph) [](https://github.com/hugegraph/hugegraph/releases) -HugeGraph is a fast-speed and highly-scalable [graph database](https://en.wikipedia.org/wiki/Graph_database). Billions of vertices and edges can be easily stored into and queried from HugeGraph due to its excellent OLTP ability. As compliance to [Apache TinkerPop 3](https://tinkerpop.apache.org/) framework, various complicated graph queries can be accomplished through [Gremlin](https://tinkerpop.apache.org/gremlin.html)(a powerful graph traversal language). +[HugeGraph](https://hugegraph.apache.org/) is a fast-speed and highly-scalable [graph database](https://en.wikipedia.org/wiki/Graph_database). Billions of vertices and edges can be easily stored into and queried from HugeGraph due to its excellent OLTP ability. As compliance to [Apache TinkerPop 3](https://tinkerpop.apache.org/) framework, various complicated graph queries can be accomplished through [Gremlin](https://tinkerpop.apache.org/gremlin.html)(a powerful graph traversal language). ## Features @@ -24,7 +24,7 @@ HugeGraph is a fast-speed and highly-scalable [graph database](https://en.wikipe ## Getting Started -The project [homepage](https://hugegraph.github.io/hugegraph-doc/) contains more information on HugeGraph and provides links to **documentation**, getting-started guides and release downloads. +The project [homepage](https://hugegraph.apache.org/docs/) contains more information on HugeGraph and provides links to **documentation**, getting-started guides and release downloads. And here are links of other repositories: 1. [hugegraph-toolchain](https://github.com/apache/incubator-hugegraph-toolchain) (include loader/dashboard/tool/client)
