This is an automated email from the ASF dual-hosted git repository.
jin 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 28ed87336 doc: add repository urls for other modules (#1831)
28ed87336 is described below
commit 28ed873360c5c3c8fd6e638c6c31417ae3d982a8
Author: imbajin <[email protected]>
AuthorDate: Wed Apr 20 23:45:26 2022 +0800
doc: add repository urls for other modules (#1831)
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 1f59fd1fa..9ca13208c 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,12 @@ HugeGraph is a fast-speed and highly-scalable [graph
database](https://en.wikipe
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.
+And here are links of other repositories:
+1.
[hugegraph-toolchain](https://github.com/apache/incubator-hugegraph-toolchain)
(include loader/dashboard/tool/client)
+2.
[hugegraph-computer](https://github.com/apache/incubator-hugegraph-computer)
(graph computing system)
+3. [hugegraph-commons](https://github.com/apache/incubator-hugegraph-commons)
(include common & rpc module)
+4. [hugegraph-website](https://github.com/apache/incubator-hugegraph-doc)
(include doc & website code)
+
## Contributing
Welcome to contribute to HugeGraph, please see [`How to
Contribute`](CONTRIBUTING.md) for more information.