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

ming 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 afe343bd1 chore(dist): update outdated docs for release 1.5.0 (#2690)
afe343bd1 is described below

commit afe343bd132c4bb4e9b94d47f6be7d78bfbcca35
Author: V_Galaxy <[email protected]>
AuthorDate: Wed Nov 6 18:49:42 2024 +0800

    chore(dist): update outdated docs for release 1.5.0 (#2690)
    
    * improve
    
    * Update README.md
    
    ---------
    
    Co-authored-by: imbajin <[email protected]>
---
 README.md                                        | 15 +++++++--------
 hugegraph-server/hugegraph-dist/docker/README.md |  2 +-
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index cf64cd674..ade0c2b92 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 <h1 align="center">
-    <img width="720" alt="hugegraph-logo" 
src="https://github.com/apache/incubator-hugegraph/assets/38098239/e02ffaed-4562-486b-ba8f-e68d02bb0ea6";
 style="zoom:100%;" />
+    <img width="720" alt="hugegraph-logo" 
src="https://github.com/apache/hugegraph/assets/38098239/e02ffaed-4562-486b-ba8f-e68d02bb0ea6";
 style="zoom:100%;" />
 </h1>
 
 <h3 align="center">A graph database that supports more than 10 billion data, 
high performance and scalability</h3>
@@ -26,7 +26,7 @@ achieved through 
[Gremlin](https://tinkerpop.apache.org/gremlin.html)(a powerful
 - Compliance to [Apache TinkerPop 3](https://tinkerpop.apache.org/), support 
[Gremlin](https://tinkerpop.apache.org/gremlin.html) & 
[Cypher](https://en.wikipedia.org/wiki/Cypher) language
 - Schema Metadata Management, including VertexLabel, EdgeLabel, PropertyKey 
and IndexLabel
 - Multi-type Indexes, supporting exact query, range query and complex 
conditions combination query
-- Plug-in Backend Store Driver Framework, support `RocksDB`, `Cassandra`, 
`HBase`, `ScyllaDB`, and `MySQL/Postgre` now and easy to add another backend 
store driver if needed
+- Plug-in Backend Store Driver Framework, support `RocksDB`/`HStore`, `HBase`, 
`Cassandra/ScyllaDB`, and `MySQL/Postgre` now and easy to add another backend 
store driver if needed
 - Integration with `Flink/Spark/HDFS`, and friendly to connect other big data 
platforms
 
 
@@ -43,7 +43,7 @@ the 
[README](hugegraph-server/hugegraph-dist/docker/README.md) for more details.
 >  
 > 1. The docker image of hugegraph is a convenience release, but not 
 > **official distribution** artifacts. You can find more details from [ASF 
 > Release Distribution 
 > Policy](https://infra.apache.org/release-distribution.html#dockerhub).
 > 
-> 2. Recommend to use `release tag`(like `1.2.0`) for the stable version. Use 
`latest` tag to experience the newest functions in development.
+> 2. Recommend to use `release tag` (like `1.5.0`) for the stable version. Use 
`latest` tag to experience the newest functions in development.
 
 ### 2. Download Way
 
@@ -59,11 +59,10 @@ The project [doc page](https://hugegraph.apache.org/docs/) 
contains more informa
 and provides detailed documentation for users. (Structure / Usage / API / 
Configs...)
 
 And here are links of other **HugeGraph** component/repositories:
-1. [hugegraph-toolchain](https://github.com/apache/hugegraph-toolchain) (graph 
tools 
**[loader](https://github.com/apache/incubator-hugegraph-toolchain/tree/master/hugegraph-loader)/[dashboard](https://github.com/apache/incubator-hugegraph-toolchain/tree/master/hugegraph-hubble)/[tool](https://github.com/apache/incubator-hugegraph-toolchain/tree/master/hugegraph-tools)/[client](https://github.com/apache/incubator-hugegraph-toolchain/tree/master/hugegraph-client)**)
+1. [hugegraph-toolchain](https://github.com/apache/hugegraph-toolchain) (graph 
tools 
**[loader](https://github.com/apache/hugegraph-toolchain/tree/master/hugegraph-loader)/[dashboard](https://github.com/apache/hugegraph-toolchain/tree/master/hugegraph-hubble)/[tool](https://github.com/apache/hugegraph-toolchain/tree/master/hugegraph-tools)/[client](https://github.com/apache/hugegraph-toolchain/tree/master/hugegraph-client)**)
 2. [hugegraph-computer](https://github.com/apache/hugegraph-computer) 
(integrated **graph computing** system)
-3. [hugegraph-commons](https://github.com/apache/hugegraph-commons) (**common 
& rpc** libs)
+3. [hugegraph-ai](https://github.com/apache/incubator-hugegraph-ai) 
(integrated **Graph AI/LLM/KG** system)
 4. [hugegraph-website](https://github.com/apache/hugegraph-doc) (**doc & 
website** code)
-5. [hugegraph-ai](https://github.com/apache/incubator-hugegraph-ai) 
(integrated **Graph AI/LLM/KG** system)
 
 ## License
 
@@ -90,9 +89,9 @@ and we are looking forward to working with you to build an 
excellent open-source
 
 ## Contact Us
 
-- [GitHub Issues](https://github.com/apache/incubator-hugegraph/issues): 
Feedback on usage issues and functional requirements (quick response)
+- [GitHub Issues](https://github.com/apache/hugegraph/issues): Feedback on 
usage issues and functional requirements (quick response)
  - Feedback Email: 
[[email protected]](mailto:[email protected]) 
([subscriber](https://hugegraph.apache.org/docs/contribution-guidelines/subscribe/)
 only)
  - WeChat public account: Apache HugeGraph, welcome to scan this QR code to 
follow us.
 
- <img 
src="https://github.com/apache/incubator-hugegraph-doc/blob/master/assets/images/wechat.png?raw=true";
 alt="QR png" width="300"/>
+ <img 
src="https://github.com/apache/hugegraph-doc/blob/master/assets/images/wechat.png?raw=true";
 alt="QR png" width="300"/>
 
diff --git a/hugegraph-server/hugegraph-dist/docker/README.md 
b/hugegraph-server/hugegraph-dist/docker/README.md
index 69df6b43c..6b1aefd25 100644
--- a/hugegraph-server/hugegraph-dist/docker/README.md
+++ b/hugegraph-server/hugegraph-dist/docker/README.md
@@ -4,7 +4,7 @@
 > 
 > 1. The docker image of hugegraph is a convenience release, not official 
 > distribution artifacts from ASF. You can find more details from [ASF Release 
 > Distribution 
 > Policy](https://infra.apache.org/release-distribution.html#dockerhub).
 > 
-> 2. Recommend to use `release tag` (like `1.3.0`) for the stable version. Use 
`latest` tag to experience the newest functions in development.
+> 2. Recommend to use `release tag` (like `1.5.0`) for the stable version. Use 
`latest` tag to experience the newest functions in development.
 
 ## 1. Deploy
 

Reply via email to