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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ece39246a [python] Fix the doc url of setup.py (#7301)
7ece39246a is described below

commit 7ece39246a9be9f03e81710fe3cee957605dcd60
Author: xuzifu666 <[email protected]>
AuthorDate: Wed Feb 25 20:08:10 2026 +0800

    [python] Fix the doc url of setup.py (#7301)
---
 paimon-python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/paimon-python/setup.py b/paimon-python/setup.py
index 122d4632a6..9059b5e0bb 100644
--- a/paimon-python/setup.py
+++ b/paimon-python/setup.py
@@ -42,7 +42,7 @@ def read_requirements():
 install_requires = read_requirements()
 
 long_description = "See Apache Paimon Python API \
-[Doc](https://paimon.apache.org/docs/master/program-api/python-api/) for 
usage."
+[Doc](https://paimon.apache.org/docs/master/pypaimon/python-api/) for usage."
 
 setup(
     name="pypaimon",

Reply via email to