diff --git a/README.md b/README.md index 0b25dda917..0d278189f7 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 diff --git a/docs/configs/docsdev.js b/docs/configs/docsdev.js index 5e44389f87..279fa2fc8a 100644 --- a/docs/configs/docsdev.js +++ b/docs/configs/docsdev.js @@ -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: '健康检查',