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 26b1ae9970 [Doc-16779] update seatunnel link
26b1ae9970 is described below
commit 26b1ae99702d4e2b19c5e22ae594775c53862e1c
Author: Jarvis <[email protected]>
AuthorDate: Wed Nov 6 16:58:27 2024 +0800
[Doc-16779] update seatunnel link
---
docs/docs/en/guide/task/seatunnel.md | 4 ++--
docs/docs/zh/guide/task/seatunnel.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/docs/en/guide/task/seatunnel.md
b/docs/docs/en/guide/task/seatunnel.md
index 52eec581ca..49e298e711 100644
--- a/docs/docs/en/guide/task/seatunnel.md
+++ b/docs/docs/en/guide/task/seatunnel.md
@@ -26,11 +26,11 @@ 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/2.3.3/command/usage) for
more information on the usage of Apache SeaTunnel command`
+ > Click [here](https://seatunnel.apache.org/docs/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/2.3.3/concept/config) for
more information about `Apache SeaTunnel config` file
+ > Click [here](https://seatunnel.apache.org/docs/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.
diff --git a/docs/docs/zh/guide/task/seatunnel.md
b/docs/docs/zh/guide/task/seatunnel.md
index 4d640553fc..8dbed60352 100644
--- a/docs/docs/zh/guide/task/seatunnel.md
+++ b/docs/docs/zh/guide/task/seatunnel.md
@@ -26,11 +26,11 @@
- SEATUNNEL_ENGINE
- 部署方式:指定部署模式,`cluster` `local`
- > 点击 [这里](https://seatunnel.apache.org/docs/2.3.3/command/usage)
获取更多关于`Apache SeaTunnel command` 使用的信息
+ > 点击 [这里](https://seatunnel.apache.org/docs/command/usage) 获取更多关于`Apache
SeaTunnel command` 使用的信息
- 自定义配置:支持自定义配置或从资源中心选择配置文件
- > 点击 [这里](https://seatunnel.apache.org/docs/2.3.3/concept/config)
获取更多关于`Apache SeaTunnel config` 文件介绍
+ > 点击 [这里](https://seatunnel.apache.org/docs/concept/config) 获取更多关于`Apache
SeaTunnel config` 文件介绍
- 脚本:在任务节点那自定义配置信息,包括四部分:`env` `source` `transform` `sink`
- 自定义参数/全局参数: 当定义了自定义参数/全局参数时, 会将该参数传递给SeaTunnel任务,
可以在SeaTunnel任务中通过`${}`引用该参数, 从而在任务运行时动态替换参数值.