Skip to content

Commit 37d2dc3

Browse files
authored
[Fix-17904][Seatunnel] Seatunnel link 404 not found in doc (#17905)
1 parent 3c06eea commit 37d2dc3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/docs/en/guide/task/seatunnel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ Click [here](https://seatunnel.apache.org/) for more information about `Apache S
2626
- SEATUNNEL_ENGINE
2727
- Deployment mode: specify the deployment mode, `cluster` `local`
2828

29-
> Click [here](https://seatunnel.apache.org/docs/command/usage) for more information on the usage of Apache SeaTunnel command`
29+
> Click [here](https://seatunnel.apache.org/docs/2.3.3/command/usage) for more information on the usage of Apache SeaTunnel command`
3030
3131
- Custom Configuration: Supports custom configuration or select configuration file from Resource Center
3232

33-
> Click [here](https://seatunnel.apache.org/docs/concept/config) for more information about `Apache SeaTunnel config` file
33+
> Click [here](https://seatunnel.apache.org/docs/2.3.3/concept/config) for more information about `Apache SeaTunnel config` file
3434
3535
- Script: Customize configuration information on the task node, including four parts: `env` `source` `transform` `sink`
3636
- 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.
3737

38-
> Click [here](https://seatunnel.apache.org/docs/concept/config/#config-variable-substitution) for more information on `Apache SeaTunnel variable substitution`
38+
> Click [here](https://seatunnel.apache.org/docs/2.3.3/concept/config/#config-variable-substitution) for more information on `Apache SeaTunnel variable substitution`
3939
4040
## Task Example
4141

docs/docs/zh/guide/task/seatunnel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
- SEATUNNEL_ENGINE
2727
- 部署方式:指定部署模式,`cluster` `local`
2828

29-
> 点击 [这里](https://seatunnel.apache.org/docs/command/usage) 获取更多关于`Apache SeaTunnel command` 使用的信息
29+
> 点击 [这里](https://seatunnel.apache.org/docs/2.3.3/command/usage) 获取更多关于`Apache SeaTunnel command` 使用的信息
3030
3131
- 自定义配置:支持自定义配置或从资源中心选择配置文件
3232

33-
> 点击 [这里](https://seatunnel.apache.org/docs/concept/config) 获取更多关于`Apache SeaTunnel config` 文件介绍
33+
> 点击 [这里](https://seatunnel.apache.org/docs/2.3.3/concept/config) 获取更多关于`Apache SeaTunnel config` 文件介绍
3434
3535
- 脚本:在任务节点那自定义配置信息,包括四部分:`env` `source` `transform` `sink`
3636
- 自定义参数/全局参数: 当定义了自定义参数/全局参数时, 会将该参数传递给SeaTunnel任务, 可以在SeaTunnel任务中通过`${}`引用该参数, 从而在任务运行时动态替换参数值.
3737

38-
> 点击 [这里](https://seatunnel.apache.org/docs/concept/config/#config-variable-substitution) 获取更多关于`Apache SeaTunnel 变量替换` 使用的信息
38+
> 点击 [这里](https://seatunnel.apache.org/docs/2.3.3/concept/config/#config-variable-substitution) 获取更多关于`Apache SeaTunnel 变量替换` 使用的信息
3939
4040
## 任务样例
4141

0 commit comments

Comments
 (0)