This is an automated email from the ASF dual-hosted git repository. zhongjiajie pushed a commit to branch 3.0.1-prepare in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
commit 8a12ae746df2c9c9b1c8c2e999571e6bf87fdedb Author: Kerwin <[email protected]> AuthorDate: Mon Aug 15 13:33:51 2022 +0800 update PyDolphinScheduler documentation link. (#11474) (cherry picked from commit c59a8503f45704b1b22d9dbed1c8b3d0434730e0) --- dolphinscheduler-python/pydolphinscheduler/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dolphinscheduler-python/pydolphinscheduler/setup.py b/dolphinscheduler-python/pydolphinscheduler/setup.py index fe36fa1018..2e016b7c19 100644 --- a/dolphinscheduler-python/pydolphinscheduler/setup.py +++ b/dolphinscheduler-python/pydolphinscheduler/setup.py @@ -139,7 +139,7 @@ setup( ], project_urls={ "Homepage": "https://dolphinscheduler.apache.org", - "Documentation": "https://dolphinscheduler.apache.org/python/index.html", + "Documentation": "https://dolphinscheduler.apache.org/python/dev/index.html", "Source": "https://github.com/apache/dolphinscheduler/tree/dev/dolphinscheduler-python/" "pydolphinscheduler", "Issue Tracker": "https://github.com/apache/dolphinscheduler/issues?"
