[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
This commit is contained in:
Jay Chung 2022-11-10 14:49:11 +08:00 committed by GitHub
parent 775b3f87b4
commit 6896fa9b47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -475,7 +475,7 @@ export default {
},
{
title: 'PyDolphinScheduler',
link: '/python/dev/index.html',
link: '/python/main/index.html',
},
{
title: 'Health Check',
@ -1107,7 +1107,7 @@ export default {
},
{
title: 'PyDolphinScheduler',
link: '/python/dev/index.html',
link: '/python/main/index.html',
},
{
title: '健康检查',