This is an automated email from the ASF dual-hosted git repository.
zihaoxiang 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 59d5c3e486 [Doc-17228] Update documentation links to version
3.3.0-alpha (#17229)
59d5c3e486 is described below
commit 59d5c3e486d90ea7dc3bb4176f3f5bc5600a5cc7
Author: Robin Ye <[email protected]>
AuthorDate: Tue Jun 3 15:23:20 2025 +0800
[Doc-17228] Update documentation links to version 3.3.0-alpha (#17229)
---
README.md | 8 ++++----
README_zh_CN.md | 10 +++++-----
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index ae23a6bfa2..5339897932 100644
--- a/README.md
+++ b/README.md
@@ -27,10 +27,10 @@ The key features for DolphinScheduler are as follows:
## QuickStart
- For quick experience
- - Want to [start with
standalone](https://dolphinscheduler.apache.org/en-us/docs/3.1.5/guide/installation/standalone)
- - Want to [start with
Docker](https://dolphinscheduler.apache.org/en-us/docs/3.1.5/guide/start/docker)
+ - Want to [start with
standalone](https://dolphinscheduler.apache.org/en-us/docs/3.3.0-alpha/guide/installation/standalone)
+ - Want to [start with
Docker](https://dolphinscheduler.apache.org/en-us/docs/3.3.0-alpha/guide/start/docker)
- For Kubernetes
- - [Start with
Kubernetes](https://dolphinscheduler.apache.org/en-us/docs/3.1.5/guide/installation/kubernetes)
+ - [Start with
Kubernetes](https://dolphinscheduler.apache.org/en-us/docs/3.3.0-alpha/guide/installation/kubernetes)
- For Terraform
- [Start with Terraform](deploy/terraform/README.md)
@@ -39,7 +39,7 @@ The key features for DolphinScheduler are as follows:
* **Homepage:** Project and workflow overview, including the latest workflow
instance and task instance status statistics.

-* **Workflow Definition:** Create and manage workflow by drag and drop, easy
to build and maintain complex workflow, support [bulk of
tasks](https://dolphinscheduler.apache.org/en-us/docs/3.1.5/introduction-to-functions_menu/task_menu)
out of box.
+* **Workflow Definition:** Create and manage workflow by drag and drop, easy
to build and maintain complex workflow, support [bulk of
tasks](https://dolphinscheduler.apache.org/en-us/docs/3.3.0-alpha/introduction-to-functions_menu/task_menu)
out of box.

* **Workflow Tree View:** Abstract tree structure could clearer understanding
of the relationship between tasks
diff --git a/README_zh_CN.md b/README_zh_CN.md
index b5a4a8060a..505643763b 100644
--- a/README_zh_CN.md
+++ b/README_zh_CN.md
@@ -26,20 +26,20 @@ DolphinScheduler 的主要特性如下:
## 快速开始
- 如果想要体验
- - [standalone
启动](https://dolphinscheduler.apache.org/zh-cn/docs/3.1.5/guide/installation/standalone)
- - [Docker
启动](https://dolphinscheduler.apache.org/zh-cn/docs/3.1.5/guide/start/docker)
+ - [standalone
启动](https://dolphinscheduler.apache.org/zh-cn/docs/3.3.0-alpha/guide/installation/standalone)
+ - [Docker
启动](https://dolphinscheduler.apache.org/zh-cn/docs/3.3.0-alpha/guide/start/docker)
- 想 Kubernetes 部署
- - [Kubernetes
部署](https://dolphinscheduler.apache.org/zh-cn/docs/3.1.5/guide/installation/kubernetes)
+ - [Kubernetes
部署](https://dolphinscheduler.apache.org/zh-cn/docs/3.3.0-alpha/guide/installation/kubernetes)
## 系统部分截图
* **主页**:项目和工作流概览,包括最新的工作流实例和任务实例状态统计。

-* **工作流定义**: 通过拖拉拽创建和管理工作流,轻松构建和维护复杂的工作流。
+* **工作流定义**:
通过拖拉拽创建和管理工作流,轻松构建和维护复杂的工作流,[内置支持多种任务类型](https://dolphinscheduler.apache.org/zh-cn/docs/3.3.0-alpha/guide/task/builtin-task),开箱即用。

-* **工作流树状图**: 抽象的树形结构可以更清晰地理解任务之间的关系
+* **工作流树状图**: 抽象的树形结构可以更清晰地理解任务之间的关系。

* **数据源**: 支持管理多种外部数据源,为MySQL、PostgreSQL、Hive、Trino等,并提供统一的数据访问能力。