This is an automated email from the ASF dual-hosted git repository.
SbloodyS 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 a967122c7c [Doc-18618][Doc] Fix broken Python SDK documentation links
in README_zh_CN and docs (#18619)
a967122c7c is described below
commit a967122c7cdf0c5e7fa7d812c9868949c740746a
Author: Satyam Pandey <[email protected]>
AuthorDate: Mon Sep 7 12:10:28 2026 +0530
[Doc-18618][Doc] Fix broken Python SDK documentation links in README_zh_CN
and docs (#18619)
---
AGENT.md | 2 +-
CLAUDE.md | 2 +-
README_zh_CN.md | 2 +-
docs/docs/en/guide/api/pydolphinscheduler.md | 4 ++--
docs/docs/zh/guide/api/pydolphinscheduler.md | 4 ++--
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/AGENT.md b/AGENT.md
index ae7a549306..7b649e7f07 100644
--- a/AGENT.md
+++ b/AGENT.md
@@ -157,5 +157,5 @@ A **user** hits the UI, which calls the API server. The API
server writes to the
- Release docs (version-specific):
https://dolphinscheduler.apache.org/en-us/docs
- GitHub issues: https://github.com/apache/dolphinscheduler/issues
-- Python SDK: https://dolphinscheduler.apache.org/python/main/index.html
+- Python SDK: https://dolphinscheduler.apache.org/python/
- Contribution guide:
[`docs/docs/en/contribute/join/contribute.md`](docs/docs/en/contribute/join/contribute.md)
diff --git a/CLAUDE.md b/CLAUDE.md
index 652184ba0d..55e194ce5c 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -157,5 +157,5 @@ A **user** hits the UI, which calls the API server. The API
server writes to the
- Release docs (version-specific):
https://dolphinscheduler.apache.org/en-us/docs
- GitHub issues: https://github.com/apache/dolphinscheduler/issues
-- Python SDK: https://dolphinscheduler.apache.org/python/main/index.html
+- Python SDK: https://dolphinscheduler.apache.org/python/
- Contribution guide:
[`docs/docs/en/contribute/join/contribute.md`](docs/docs/en/contribute/join/contribute.md)
diff --git a/README_zh_CN.md b/README_zh_CN.md
index 6dbe63cedb..a98ffdf391 100644
--- a/README_zh_CN.md
+++ b/README_zh_CN.md
@@ -13,7 +13,7 @@
DolphinScheduler 的主要特性如下:
- 易于部署,提供四种部署方式,包括 Standalone、Cluster、Docker 和 Kubernetes
-- 易于使用,可以通过多种方式创建和管理工作流,包括 Web UI、[Python
SDK](https://dolphinscheduler.apache.org/python/main/index.html) 和 Open API
+- 易于使用,可以通过多种方式创建和管理工作流,包括 Web UI、[Python
SDK](https://dolphinscheduler.apache.org/python/) 和 Open API
- 高可靠高可用,多主多从的去中心化架构,原生支持横向扩展
- 高性能,性能比其他编排平台快N倍,每天可支持千万级任务
- Cloud Native,DolphinScheduler支持编排多云/数据中心工作流,支持自定义任务类型
diff --git a/docs/docs/en/guide/api/pydolphinscheduler.md
b/docs/docs/en/guide/api/pydolphinscheduler.md
index a3690bdabd..98f8290557 100644
--- a/docs/docs/en/guide/api/pydolphinscheduler.md
+++ b/docs/docs/en/guide/api/pydolphinscheduler.md
@@ -1,5 +1,5 @@
# PyDolphinScheduler
-PyDolphinScheduler is python API for Apache DolphinScheduler, which allow you
definition your workflow by python code, aka workflow-as-codes.
+PyDolphinScheduler is the Python API for Apache DolphinScheduler, which allows
you to define your workflow using Python code, aka workflow-as-code.
-For more information, please refer to
[PyDolphinScheduler](https://dolphinscheduler.apache.org/python/main/)
+For more information, please refer to
[PyDolphinScheduler](https://dolphinscheduler.apache.org/python/)
diff --git a/docs/docs/zh/guide/api/pydolphinscheduler.md
b/docs/docs/zh/guide/api/pydolphinscheduler.md
index 0fab37fe2c..5489c7e689 100644
--- a/docs/docs/zh/guide/api/pydolphinscheduler.md
+++ b/docs/docs/zh/guide/api/pydolphinscheduler.md
@@ -1,6 +1,6 @@
# PyDolphinScheduler
-PyDolphinScheduler 是 Apache DolphinScheduler 的 Python API,它允许您通过 Python
代码定义您的工作流,也称为 workflow-as-codes。
+PyDolphinScheduler 是 Apache DolphinScheduler 的 Python API,它允许您通过 Python
代码定义您的工作流,也称为 workflow-as-code。
-更多信息请参考[PyDolphinScheduler](https://dolphinscheduler.apache.org/python/main/)
+更多信息请参考[PyDolphinScheduler](https://dolphinscheduler.apache.org/python/)