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 10f23c6 ci: improve read me for python
10f23c6 is described below
commit 10f23c65fce5ac6989e694624e7af86b9ce15504
Author: luoyuxia <[email protected]>
AuthorDate: Fri Apr 3 12:10:13 2026 +0800
ci: improve read me for python
---
bindings/python/PYPI_README.md | 2 +-
bindings/python/pyproject.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bindings/python/PYPI_README.md b/bindings/python/PYPI_README.md
index ee9796a..2e538f5 100644
--- a/bindings/python/PYPI_README.md
+++ b/bindings/python/PYPI_README.md
@@ -21,7 +21,7 @@
PyFluss is a Python library for programmatic access to Apache Fluss
(Incubating).
It provides Python APIs to work with Fluss table metadata and read or write
table data.
-The documentation is available at <https://clients.fluss.apache.org/>.
+The documentation is available at
<https://clients.fluss.apache.org/user-guide/python/installation/>.
## Get in Touch
diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml
index ce4c436..b81aad0 100644
--- a/bindings/python/pyproject.toml
+++ b/bindings/python/pyproject.toml
@@ -42,7 +42,7 @@ dependencies = [
]
[project.urls]
-Homepage = "https://clients.fluss.apache.org/user-guide/rust/installation/"
+Homepage = "https://clients.fluss.apache.org/user-guide/python/installation/"
Repository = "https://github.com/apache/fluss-rust"
[project.optional-dependencies]