Skip to content

Commit 25b5abb

Browse files
authored
[Fix][Doc] fix deadlinks (#9016)
1 parent af38fac commit 25b5abb

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Diff for: docs/en/about.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ SeaTunnel enriches the <a href="https://landscape.cncf.io/?item=app-definition-a
6969

7070
## Learn more
7171

72-
You can see [Quick Start](/docs/category/start-v2/locally/deployment) for the next steps.
72+
You can see [Quick Start](/docs/start-v2/locally/deployment) for the next steps.

Diff for: docs/en/connector-v2/source/S3File.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ source {
326326
327327
transform {
328328
# If you would like to get more information about how to configure seatunnel and see full list of transform plugins,
329-
# please go to https://seatunnel.apache.org/docs/category/transform-v2
329+
# please go to https://seatunnel.apache.org/docs/transform-v2
330330
}
331331
332332
sink {
@@ -388,7 +388,7 @@ source {
388388
389389
transform {
390390
# If you would like to get more information about how to configure seatunnel and see full list of transform plugins,
391-
# please go to https://seatunnel.apache.org/docs/category/transform-v2
391+
# please go to https://seatunnel.apache.org/docs/transform-v2
392392
}
393393
394394
sink {

Diff for: docs/zh/connector-v2/sink/DB2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ source {
118118
119119
transform {
120120
# 如果你想了解更多关于如何配置seatunnel的信息,并查看转换插件的完整列表
121-
# 请前往 https://seatunnel.apache.org/docs/category/transform-v2
121+
# 请前往 https://seatunnel.apache.org/docs/transform-v2
122122
}
123123
124124
sink {

Diff for: docs/zh/connector-v2/sink/HdfsFile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ source {
122122
123123
transform {
124124
# 如果您想获取有关如何配置 seatunnel 的更多信息和查看完整的转换插件列表,
125-
# 请访问 https://seatunnel.apache.org/docs/category/transform-v2
125+
# 请访问 https://seatunnel.apache.org/docs/transform-v2
126126
}
127127
128128
sink {

Diff for: docs/zh/connector-v2/sink/PostgreSql.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ source {
166166
167167
transform {
168168
# If you would like to get more information about how to configure seatunnel and see full list of transform plugins,
169-
# please go to https://seatunnel.apache.org/docs/category/transform-v2
169+
# please go to https://seatunnel.apache.org/docs/transform-v2
170170
}
171171
172172
sink {

Diff for: docs/zh/connector-v2/source/HdfsFile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ source {
170170
171171
transform {
172172
# 如果您想获取有关如何配置 seatunnel 和查看转换插件完整列表的更多信息,
173-
# 请访问 https://seatunnel.apache.org/docs/category/transform-v2
173+
# 请访问 https://seatunnel.apache.org/docs/transform-v2
174174
}
175175
176176
sink {

0 commit comments

Comments
 (0)