This is an automated email from the ASF dual-hosted git repository.
jermy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
The following commit(s) were added to refs/heads/master by this push:
new 8d4b1eea8 doc: update apache site link (#1867)
8d4b1eea8 is described below
commit 8d4b1eea8c048710ff82569d9f96efe8eac07d4b
Author: imbajin <[email protected]>
AuthorDate: Mon May 9 19:31:52 2022 +0800
doc: update apache site link (#1867)
---
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)