Skip to content

Commit 6896fa9

Browse files
authored
[fix][doc] Dead link for python api (#12848)
* [fix][doc] Dead link for python api ref: #12779 and apache/dolphinscheduler-sdk-python#1 * fix dead link
1 parent 775b3f8 commit 6896fa9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The key features for DolphinScheduler are as follows:
2121
- Easy to deploy, we provide 4 ways to deploy, such as Standalone deployment,Cluster deployment,Docker / Kubernetes deployment and Rainbond deployment
2222
- Easy to use, there are four ways to create workflows:
2323
- Visually, create tasks by dragging and dropping tasks
24-
- [PyDolphinScheduler](https://dolphinscheduler.apache.org/python/dev/index.html), Creating workflows via Python API, aka workflow-as-code
24+
- [PyDolphinScheduler](https://dolphinscheduler.apache.org/python/main/index.html), Creating workflows via Python API, aka workflow-as-code
2525
- Yaml definition, mapping yaml into workflow(have to install PyDolphinScheduler currently)
2626
- Open API, Creating workflows
2727

docs/configs/docsdev.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ export default {
475475
},
476476
{
477477
title: 'PyDolphinScheduler',
478-
link: '/python/dev/index.html',
478+
link: '/python/main/index.html',
479479
},
480480
{
481481
title: 'Health Check',
@@ -1107,7 +1107,7 @@ export default {
11071107
},
11081108
{
11091109
title: 'PyDolphinScheduler',
1110-
link: '/python/dev/index.html',
1110+
link: '/python/main/index.html',
11111111
},
11121112
{
11131113
title: '健康检查',

0 commit comments

Comments
 (0)