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

kerwin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new c59a8503f4 update PyDolphinScheduler documentation link. (#11474)
c59a8503f4 is described below

commit c59a8503f45704b1b22d9dbed1c8b3d0434730e0
Author: Kerwin <[email protected]>
AuthorDate: Mon Aug 15 13:33:51 2022 +0800

    update PyDolphinScheduler documentation link. (#11474)
---
 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 d6228a7693..2a1291548f 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?";

Reply via email to