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

yuxia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new 2aa9b0b  chore: fix broken link and version mismatch in README (#364)
2aa9b0b is described below

commit 2aa9b0bd7515ad2985609bd4ecb2c3e2bb041bbc
Author: Kaiqi Dong <[email protected]>
AuthorDate: Sun Feb 22 15:41:08 2026 +0100

    chore: fix broken link and version mismatch in README (#364)
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index dafe19c..a88ec2f 100644
--- a/README.md
+++ b/README.md
@@ -24,10 +24,10 @@ If your cluster does not fulfill these software 
requirements you will need to in
 Fluss requires the JAVA_HOME environment variable to be set on all nodes and 
point to the directory of your Java installation.
 
 #### Fluss Setup
-Go to the [downloads](https://fluss.apache.org/downloads/) page and download 
the Fluss-0.6.0. Make sure to pick the Fluss package matching your Java 
version. After downloading the latest release, extract it:
+Go to the [downloads](https://fluss.apache.org/downloads/) page and download 
the latest Fluss release (currently 0.8.0). Make sure to pick the Fluss package 
matching your Java version. After downloading the latest release, extract it:
 ```shell
-tar -xzf fluss-0.7-SNAPSHOT-bin.tgz
-cd fluss-0.7-SNAPSHOT/
+tar -xzf fluss-0.8.0-incubating-bin.tgz
+cd fluss-0.8.0-incubating/
 ```
 You can start Fluss local cluster by running the following command:
 ```shell
@@ -118,7 +118,7 @@ Then, stop your Fluss cluster. Go to your Fluss home, stop 
it via the following
 ## Documentation
 
 - [Development Guide](DEVELOPMENT.md) – Build, test, and contribute to 
fluss-rust.
-- [Release Guide](docs/creating-a-release.md) – How to build, release, and 
sign official Fluss client packages (Rust, Python, C++).
+- [Release Guide](website/docs/release/create-release.md) – How to build, 
release, and sign official Fluss client packages (Rust, Python, C++).
 
 ## License
 

Reply via email to