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

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


The following commit(s) were added to refs/heads/3.1.3-prepare by this push:
     new afeadbe16b [fix][doc] Dead link for python api (#12848)
afeadbe16b is described below

commit afeadbe16b00bf1d901569fa4a4d686b1439fe2e
Author: Jay Chung <[email protected]>
AuthorDate: Thu Nov 10 14:49:11 2022 +0800

    [fix][doc] Dead link for python api (#12848)
    
    * [fix][doc] Dead link for python api
    
    ref: apache/dolphinscheduler#12779 and
    apache/dolphinscheduler-sdk-python#1
    
    * fix dead link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4db796671c..00acec77ac 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ The key features for DolphinScheduler are as follows:
 - Easy to deploy, we provide 4 ways to deploy, such as Standalone 
deployment,Cluster deployment,Docker / Kubernetes deployment and Rainbond 
deployment
 - Easy to use, there are four ways to create workflows:
   - Visually, create tasks by dragging and dropping tasks
-  - 
[PyDolphinScheduler](https://dolphinscheduler.apache.org/python/dev/index.html),
 Creating workflows via Python API, aka workflow-as-code
+  - 
[PyDolphinScheduler](https://dolphinscheduler.apache.org/python/main/index.html),
 Creating workflows via Python API, aka workflow-as-code
   - Yaml definition, mapping yaml into workflow(have to install 
PyDolphinScheduler currently)
   - Open API, Creating workflows
 

Reply via email to