This is an automated email from the ASF dual-hosted git repository. vgalaxies pushed a commit to branch chore-1.5.0 in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
commit 3359284ed587003225911c252ebc9998750203db Author: V_Galaxy <[email protected]> AuthorDate: Wed Nov 6 15:49:10 2024 +0800 improve --- README.md | 7 +++---- hugegraph-server/hugegraph-dist/docker/README.md | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cf64cd674..6c798b72e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -61,9 +61,8 @@ and provides detailed documentation for users. (Structure / Usage / API / Config 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)**) 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) -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) +3. [hugegraph-website](https://github.com/apache/hugegraph-doc) (**doc & website** code) +4. [hugegraph-ai](https://github.com/apache/incubator-hugegraph-ai) (integrated **Graph AI/LLM/KG** system) ## License 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
