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 37d2dc3ec1 [Fix-17904][Seatunnel] Seatunnel link 404 not found in doc
(#17905)
37d2dc3ec1 is described below
commit 37d2dc3ec1a8ec31498005d364f9ac1b4668c04c
Author: xiangzihao <[email protected]>
AuthorDate: Tue Jan 27 09:39:18 2026 +0800
[Fix-17904][Seatunnel] Seatunnel link 404 not found in doc (#17905)
---
docs/docs/en/guide/task/seatunnel.md | 6 +++---
docs/docs/zh/guide/task/seatunnel.md | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/docs/en/guide/task/seatunnel.md
b/docs/docs/en/guide/task/seatunnel.md
index 49e298e711..3192cc1242 100644
--- a/docs/docs/en/guide/task/seatunnel.md
+++ b/docs/docs/en/guide/task/seatunnel.md
@@ -26,16 +26,16 @@ Click [here](https://seatunnel.apache.org/) for more
information about `Apache S
- SEATUNNEL_ENGINE
- Deployment mode: specify the deployment mode, `cluster` `local`
- > Click [here](https://seatunnel.apache.org/docs/command/usage) for more
information on the usage of Apache SeaTunnel command`
+ > Click [here](https://seatunnel.apache.org/docs/2.3.3/command/usage) for
more information on the usage of Apache SeaTunnel command`
- Custom Configuration: Supports custom configuration or select configuration
file from Resource Center
- > Click [here](https://seatunnel.apache.org/docs/concept/config) for more
information about `Apache SeaTunnel config` file
+ > Click [here](https://seatunnel.apache.org/docs/2.3.3/concept/config) for
more information about `Apache SeaTunnel config` file
- Script: Customize configuration information on the task node, including four
parts: `env` `source` `transform` `sink`
- Custom Parameters/Global Parameters: When custom parameters/global
parameters are defined, the parameters will be passed to the SeaTunnel task,
and the parameter value can be dynamically replaced during task execution by
referencing the parameter with `${}` in the SeaTunnel task.
- > Click
[here](https://seatunnel.apache.org/docs/concept/config/#config-variable-substitution)
for more information on `Apache SeaTunnel variable substitution`
+ > Click
[here](https://seatunnel.apache.org/docs/2.3.3/concept/config/#config-variable-substitution)
for more information on `Apache SeaTunnel variable substitution`
## Task Example
diff --git a/docs/docs/zh/guide/task/seatunnel.md
b/docs/docs/zh/guide/task/seatunnel.md
index 8dbed60352..0a14e2f95e 100644
--- a/docs/docs/zh/guide/task/seatunnel.md
+++ b/docs/docs/zh/guide/task/seatunnel.md
@@ -26,16 +26,16 @@
- SEATUNNEL_ENGINE
- 部署方式:指定部署模式,`cluster` `local`
- > 点击 [这里](https://seatunnel.apache.org/docs/command/usage) 获取更多关于`Apache
SeaTunnel command` 使用的信息
+ > 点击 [这里](https://seatunnel.apache.org/docs/2.3.3/command/usage)
获取更多关于`Apache SeaTunnel command` 使用的信息
- 自定义配置:支持自定义配置或从资源中心选择配置文件
- > 点击 [这里](https://seatunnel.apache.org/docs/concept/config) 获取更多关于`Apache
SeaTunnel config` 文件介绍
+ > 点击 [这里](https://seatunnel.apache.org/docs/2.3.3/concept/config)
获取更多关于`Apache SeaTunnel config` 文件介绍
- 脚本:在任务节点那自定义配置信息,包括四部分:`env` `source` `transform` `sink`
- 自定义参数/全局参数: 当定义了自定义参数/全局参数时, 会将该参数传递给SeaTunnel任务,
可以在SeaTunnel任务中通过`${}`引用该参数, 从而在任务运行时动态替换参数值.
- > 点击
[这里](https://seatunnel.apache.org/docs/concept/config/#config-variable-substitution)
获取更多关于`Apache SeaTunnel 变量替换` 使用的信息
+ > 点击
[这里](https://seatunnel.apache.org/docs/2.3.3/concept/config/#config-variable-substitution)
获取更多关于`Apache SeaTunnel 变量替换` 使用的信息
## 任务样例