This is an automated email from the ASF dual-hosted git repository.

fanjia pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 62b4f16f4e [Fix] Fix dead link on seatunnel connectors list url (#7453)
62b4f16f4e is described below

commit 62b4f16f4ed79a642be784c6fd360eae0f9e2f3f
Author: Jia Fan <[email protected]>
AuthorDate: Thu Aug 22 14:28:27 2024 +0800

    [Fix] Fix dead link on seatunnel connectors list url (#7453)
---
 README.md                                                         | 4 ++--
 config/v2.batch.config.template                                   | 4 ++--
 config/v2.streaming.conf.template                                 | 4 ++--
 docs/en/connector-v2/sink/DB2.md                                  | 4 ++--
 docs/en/connector-v2/sink/HdfsFile.md                             | 4 ++--
 docs/en/connector-v2/sink/Kingbase.md                             | 4 ++--
 docs/en/connector-v2/sink/Mysql.md                                | 4 ++--
 docs/en/connector-v2/sink/OceanBase.md                            | 4 ++--
 docs/en/connector-v2/sink/Oracle.md                               | 4 ++--
 docs/en/connector-v2/sink/PostgreSql.md                           | 4 ++--
 docs/en/connector-v2/sink/S3File.md                               | 4 ++--
 docs/en/connector-v2/sink/Snowflake.md                            | 4 ++--
 docs/en/connector-v2/sink/Vertica.md                              | 4 ++--
 docs/en/connector-v2/source/HdfsFile.md                           | 4 ++--
 docs/en/start-v2/locally/quick-start-seatunnel-engine.md          | 8 ++++----
 docs/zh/connector-v2/sink/HdfsFile.md                             | 4 ++--
 docs/zh/connector-v2/source/HdfsFile.md                           | 4 ++--
 docs/zh/start-v2/locally/quick-start-seatunnel-engine.md          | 8 ++++----
 .../src/main/resources/maxcompute_to_maxcompute.conf              | 4 ++--
 .../src/test/resources/config.variables.conf                      | 4 ++--
 .../src/test/resources/fake_source_to_sink.conf                   | 4 ++--
 .../src/test/resources/localfile_source_to_sink.conf              | 4 ++--
 .../src/test/resources/amazondynamodbIT_source_to_sink.conf       | 2 +-
 .../src/test/resources/firestore/fake_to_google_firestore.conf    | 2 +-
 .../src/test/resources/maxcompute_to_fake.conf                    | 4 ++--
 .../src/test/resources/tdengine/tdengine_source_to_sink.conf      | 4 ++--
 .../src/test/resources/fake_to_console.variables.conf             | 4 ++--
 .../src/test/resources/stream_fake_to_console_biginterval.conf    | 4 ++--
 .../test/resources/stream_fake_to_console_with_checkpoint.conf    | 4 ++--
 .../src/main/resources/examples/fake_to_console.conf              | 4 ++--
 .../src/main/resources/examples/spark.batch.conf                  | 4 ++--
 31 files changed, 64 insertions(+), 64 deletions(-)

diff --git a/README.md b/README.md
index 7f8e272a7f..2f15fd2209 100644
--- a/README.md
+++ b/README.md
@@ -67,8 +67,8 @@ Configure jobs, select execution engines, and parallelize 
data using Source Conn
 
 ## Supported Connectors
 
-- [Source Connectors](https://seatunnel.apache.org/docs/category/source-v2)
-- [Sink Connectors](https://seatunnel.apache.org/docs/category/sink-v2)
+- [Source Connectors](https://seatunnel.apache.org/docs/connector-v2/source)
+- [Sink Connectors](https://seatunnel.apache.org/docs/connector-v2/sink)
 - [Transform Connectors](docs/en/transform-v2)
 
 ## Getting Started
diff --git a/config/v2.batch.config.template b/config/v2.batch.config.template
index 1db33ff89f..32763acc30 100644
--- a/config/v2.batch.config.template
+++ b/config/v2.batch.config.template
@@ -40,7 +40,7 @@ source {
   }
 
   # If you would like to get more information about how to configure SeaTunnel 
and see full list of source plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 sink {
@@ -48,5 +48,5 @@ sink {
   }
 
   # If you would like to get more information about how to configure SeaTunnel 
and see full list of sink plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
diff --git a/config/v2.streaming.conf.template 
b/config/v2.streaming.conf.template
index 03b8bbb8e1..f1a2583c36 100644
--- a/config/v2.streaming.conf.template
+++ b/config/v2.streaming.conf.template
@@ -40,7 +40,7 @@ source {
   }
 
   # If you would like to get more information about how to configure SeaTunnel 
and see full list of source plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 sink {
@@ -48,5 +48,5 @@ sink {
   }
 
   # If you would like to get more information about how to configure SeaTunnel 
and see full list of sink plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
diff --git a/docs/en/connector-v2/sink/DB2.md b/docs/en/connector-v2/sink/DB2.md
index d88323285d..92df20bd63 100644
--- a/docs/en/connector-v2/sink/DB2.md
+++ b/docs/en/connector-v2/sink/DB2.md
@@ -111,7 +111,7 @@ source {
     }
   }
   # If you would like to get more information about how to configure seatunnel 
and see full list of source plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 transform {
@@ -128,7 +128,7 @@ sink {
         query = "insert into test_table(name,age) values(?,?)"
         }
   # If you would like to get more information about how to configure seatunnel 
and see full list of sink plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
 ```
 
diff --git a/docs/en/connector-v2/sink/HdfsFile.md 
b/docs/en/connector-v2/sink/HdfsFile.md
index 2e1981b1c3..9c2aec0c54 100644
--- a/docs/en/connector-v2/sink/HdfsFile.md
+++ b/docs/en/connector-v2/sink/HdfsFile.md
@@ -115,7 +115,7 @@ source {
     }
   }
   # If you would like to get more information about how to configure seatunnel 
and see full list of source plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 transform {
@@ -130,7 +130,7 @@ sink {
       file_format_type = "orc"
     }
   # If you would like to get more information about how to configure seatunnel 
and see full list of sink plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
 ```
 
diff --git a/docs/en/connector-v2/sink/Kingbase.md 
b/docs/en/connector-v2/sink/Kingbase.md
index 4fda920316..d985517f9c 100644
--- a/docs/en/connector-v2/sink/Kingbase.md
+++ b/docs/en/connector-v2/sink/Kingbase.md
@@ -125,7 +125,7 @@ source {
     }
   }
   # If you would like to get more information about how to configure seatunnel 
and see full list of source plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 transform {
@@ -142,7 +142,7 @@ sink {
         query = "insert into 
test_table(c_string,c_boolean,c_tinyint,c_smallint,c_int,c_bigint,c_float,c_double,c_decimal,c_date,c_time,c_timestamp)
 values(?,?,?,?,?,?,?,?,?,?,?,?)"
         }
   # If you would like to get more information about how to configure seatunnel 
and see full list of sink plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
 ```
 
diff --git a/docs/en/connector-v2/sink/Mysql.md 
b/docs/en/connector-v2/sink/Mysql.md
index 4c63f34300..1b579aadd9 100644
--- a/docs/en/connector-v2/sink/Mysql.md
+++ b/docs/en/connector-v2/sink/Mysql.md
@@ -122,7 +122,7 @@ source {
     }
   }
   # If you would like to get more information about how to configure seatunnel 
and see full list of source plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 transform {
@@ -139,7 +139,7 @@ sink {
         query = "insert into test_table(name,age) values(?,?)"
         }
   # If you would like to get more information about how to configure seatunnel 
and see full list of sink plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
 ```
 
diff --git a/docs/en/connector-v2/sink/OceanBase.md 
b/docs/en/connector-v2/sink/OceanBase.md
index f598007bcd..6ebe101b18 100644
--- a/docs/en/connector-v2/sink/OceanBase.md
+++ b/docs/en/connector-v2/sink/OceanBase.md
@@ -121,7 +121,7 @@ source {
     }
   }
   # If you would like to get more information about how to configure seatunnel 
and see full list of source plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 transform {
@@ -139,7 +139,7 @@ sink {
         query = "insert into test_table(name,age) values(?,?)"
     }
   # If you would like to get more information about how to configure seatunnel 
and see full list of sink plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
 ```
 
diff --git a/docs/en/connector-v2/sink/Oracle.md 
b/docs/en/connector-v2/sink/Oracle.md
index 0b4e7329d5..fefc31e4e1 100644
--- a/docs/en/connector-v2/sink/Oracle.md
+++ b/docs/en/connector-v2/sink/Oracle.md
@@ -120,7 +120,7 @@ source {
     }
   }
   # If you would like to get more information about how to configure seatunnel 
and see full list of source plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 transform {
@@ -137,7 +137,7 @@ sink {
         query = "INSERT INTO TEST.TEST_TABLE(NAME,AGE) VALUES(?,?)"
      }
   # If you would like to get more information about how to configure seatunnel 
and see full list of sink plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
 ```
 
diff --git a/docs/en/connector-v2/sink/PostgreSql.md 
b/docs/en/connector-v2/sink/PostgreSql.md
index d590ce2169..545f0d176e 100644
--- a/docs/en/connector-v2/sink/PostgreSql.md
+++ b/docs/en/connector-v2/sink/PostgreSql.md
@@ -163,7 +163,7 @@ source {
     }
   }
   # If you would like to get more information about how to configure seatunnel 
and see full list of source plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 transform {
@@ -181,7 +181,7 @@ sink {
         query = "insert into test_table(name,age) values(?,?)"
      }
   # If you would like to get more information about how to configure seatunnel 
and see full list of sink plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
 ```
 
diff --git a/docs/en/connector-v2/sink/S3File.md 
b/docs/en/connector-v2/sink/S3File.md
index d0b1164019..90fb663646 100644
--- a/docs/en/connector-v2/sink/S3File.md
+++ b/docs/en/connector-v2/sink/S3File.md
@@ -337,7 +337,7 @@ source {
     }
   }
   # If you would like to get more information about how to configure seatunnel 
and see full list of source plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 transform {
@@ -370,7 +370,7 @@ sink {
       }
   }
   # If you would like to get more information about how to configure seatunnel 
and see full list of sink plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
 ```
 
diff --git a/docs/en/connector-v2/sink/Snowflake.md 
b/docs/en/connector-v2/sink/Snowflake.md
index c96c8dd97d..f40cb2b675 100644
--- a/docs/en/connector-v2/sink/Snowflake.md
+++ b/docs/en/connector-v2/sink/Snowflake.md
@@ -99,7 +99,7 @@ source {
         }
     }
     # If you would like to get more information about how to configure 
seatunnel and see full list of source plugins,
-    # please go to https://seatunnel.apache.org/docs/category/source-v2
+    # please go to https://seatunnel.apache.org/docs/connector-v2/source
 }
 transform {
     # If you would like to get more information about how to configure 
seatunnel and see full list of transform plugins,
@@ -114,7 +114,7 @@ sink {
         query = "insert into test_table(name,age) values(?,?)"
     }
     # If you would like to get more information about how to configure 
seatunnel and see full list of sink plugins,
-    # please go to https://seatunnel.apache.org/docs/category/sink-v2
+    # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
 ```
 
diff --git a/docs/en/connector-v2/sink/Vertica.md 
b/docs/en/connector-v2/sink/Vertica.md
index bfa3f5bf9c..ef303b5945 100644
--- a/docs/en/connector-v2/sink/Vertica.md
+++ b/docs/en/connector-v2/sink/Vertica.md
@@ -119,7 +119,7 @@ source {
     }
   }
   # If you would like to get more information about how to configure seatunnel 
and see full list of source plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 transform {
@@ -136,7 +136,7 @@ sink {
         query = "insert into test_table(name,age) values(?,?)"
         }
   # If you would like to get more information about how to configure seatunnel 
and see full list of sink plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
 ```
 
diff --git a/docs/en/connector-v2/source/HdfsFile.md 
b/docs/en/connector-v2/source/HdfsFile.md
index d9151359c9..0c0ea61ef1 100644
--- a/docs/en/connector-v2/source/HdfsFile.md
+++ b/docs/en/connector-v2/source/HdfsFile.md
@@ -115,7 +115,7 @@ source {
   fs.defaultFS = "hdfs://namenode001"
   }
   # If you would like to get more information about how to configure seatunnel 
and see full list of source plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 transform {
@@ -130,7 +130,7 @@ sink {
       file_format = "orc"
     }
   # If you would like to get more information about how to configure seatunnel 
and see full list of sink plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
 ```
 
diff --git a/docs/en/start-v2/locally/quick-start-seatunnel-engine.md 
b/docs/en/start-v2/locally/quick-start-seatunnel-engine.md
index eb7d74506c..d5b48b2724 100644
--- a/docs/en/start-v2/locally/quick-start-seatunnel-engine.md
+++ b/docs/en/start-v2/locally/quick-start-seatunnel-engine.md
@@ -96,7 +96,7 @@ The SeaTunnel console will print some logs as below:
 
 ## Extended Example: Batch Mode from MySQL to Doris
 
-## Step 1: Download the Connector
+### Step 1: Download the Connector
 
 First, you need to add the connector name to the 
`${SEATUNNEL_HOME}/config/plugin_config` file. Then, execute the command to 
install the connector (of course, you can also manually download the connector 
from the [Apache Maven 
Repository](https://repo.maven.apache.org/maven2/org/apache/seatunnel/) and 
move it to the `connectors/` directory). Finally, make sure that the 
`connector-jdbc` and `connector-doris` connectors are in the 
`${SEATUNNEL_HOME}/connectors/` directory.
 
@@ -113,11 +113,11 @@ connector-doris
 sh bin/install-plugin.sh
 ```
 
-## Step 2: Place the MySQL Driver
+### Step 2: Place the MySQL Driver
 
 You need to download the [JDBC driver JAR 
package](https://mvnrepository.com/artifact/mysql/mysql-connector-java) and 
place it in the `${SEATUNNEL_HOME}/lib/` directory.
 
-## Step 3: Add Job Configuration File to Define the Job
+### Step 3: Add Job Configuration File to Define the Job
 
 ```bash
 cd seatunnel/job/
@@ -159,7 +159,7 @@ sink {
 
 For more information about the configuration, please refer to [Basic Concepts 
of Configuration](../../concept/config.md).
 
-## Step 4: Run the SeaTunnel Application
+### Step 4: Run the SeaTunnel Application
 
 You can start the application using the following command:
 
diff --git a/docs/zh/connector-v2/sink/HdfsFile.md 
b/docs/zh/connector-v2/sink/HdfsFile.md
index 4e189b3cfa..c031089655 100644
--- a/docs/zh/connector-v2/sink/HdfsFile.md
+++ b/docs/zh/connector-v2/sink/HdfsFile.md
@@ -109,7 +109,7 @@ source {
     }
   }
   # 如果您想获取有关如何配置 seatunnel 的更多信息和查看完整的源端插件列表,
-  # 请访问 https://seatunnel.apache.org/docs/category/source-v2
+  # 请访问 https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 transform {
@@ -124,7 +124,7 @@ sink {
       file_format_type = "orc"
     }
   # 如果您想获取有关如何配置 seatunnel 的更多信息和查看完整的接收器插件列表,
-  # 请访问 https://seatunnel.apache.org/docs/category/sink-v2
+  # 请访问 https://seatunnel.apache.org/docs/connector-v2/sink
 }
 ```
 
diff --git a/docs/zh/connector-v2/source/HdfsFile.md 
b/docs/zh/connector-v2/source/HdfsFile.md
index c368eefc34..0f983a80bc 100644
--- a/docs/zh/connector-v2/source/HdfsFile.md
+++ b/docs/zh/connector-v2/source/HdfsFile.md
@@ -106,7 +106,7 @@ source {
   fs.defaultFS = "hdfs://namenode001"
   }
   # 如果您想获取有关如何配置 seatunnel 和查看源插件完整列表的更多信息,
-  # 请访问 https://seatunnel.apache.org/docs/category/source-v2
+  # 请访问 https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 transform {
@@ -121,7 +121,7 @@ sink {
       file_format = "orc"
     }
   # 如果您想获取有关如何配置 seatunnel 和查看接收器插件完整列表的更多信息,
-  # 请访问 https://seatunnel.apache.org/docs/category/sink-v2
+  # 请访问 https://seatunnel.apache.org/docs/connector-v2/sink
 }
 ```
 
diff --git a/docs/zh/start-v2/locally/quick-start-seatunnel-engine.md 
b/docs/zh/start-v2/locally/quick-start-seatunnel-engine.md
index 515132c965..16f02d6c38 100644
--- a/docs/zh/start-v2/locally/quick-start-seatunnel-engine.md
+++ b/docs/zh/start-v2/locally/quick-start-seatunnel-engine.md
@@ -95,7 +95,7 @@ SeaTunnel控制台将会打印一些如下日志信息:
 
 ## 扩展示例:从 MySQL 到 Doris 批处理模式
 
-## 步骤1:下载连接器
+### 步骤1:下载连接器
 
首先,您需要在`${SEATUNNEL_HOME}/config/plugin_config`文件中加入连接器名称,然后,执行命令来安装连接器(当然,您也可以从
 [Apache Maven 
Repository](https://repo.maven.apache.org/maven2/org/apache/seatunnel/) 
手动下载连接器,然后将其移动至`connectors/`目录下),最后,确认连接器`connector-jdbc`、`connector-doris`在`${SEATUNNEL_HOME}/connectors/`目录下即可。
 
 ```bash
@@ -111,11 +111,11 @@ connector-doris
 sh bin/install-plugin.sh
 ```
 
-## 步骤2:放入 MySQL 驱动 
+### 步骤2:放入 MySQL 驱动 
 
 您需要下载 [jdbc driver jar 
package](https://mvnrepository.com/artifact/mysql/mysql-connector-java) 驱动,并放置在 
`${SEATUNNEL_HOME}/lib/`目录下
 
-## 步骤3:添加作业配置文件来定义作业
+### 步骤3:添加作业配置文件来定义作业
 
 ```bash
 cd seatunnel/job/
@@ -157,7 +157,7 @@ sink {
 
 关于配置的更多信息请查看[配置的基本概念](../../concept/config.md)
 
-## 步骤 4: 运行SeaTunnel应用程序
+### 步骤 4: 运行SeaTunnel应用程序
 
 您可以通过以下命令启动应用程序:
 
diff --git 
a/seatunnel-connectors-v2/connector-maxcompute/src/main/resources/maxcompute_to_maxcompute.conf
 
b/seatunnel-connectors-v2/connector-maxcompute/src/main/resources/maxcompute_to_maxcompute.conf
index 71797a6cb5..9293e45542 100644
--- 
a/seatunnel-connectors-v2/connector-maxcompute/src/main/resources/maxcompute_to_maxcompute.conf
+++ 
b/seatunnel-connectors-v2/connector-maxcompute/src/main/resources/maxcompute_to_maxcompute.conf
@@ -66,7 +66,7 @@ source {
   }
 
   # If you would like to get more information about how to configure seatunnel 
and see full list of source plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 transform {
@@ -91,5 +91,5 @@ sink {
   }
 
   # If you would like to get more information about how to configure seatunnel 
and see full list of sink plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
diff --git 
a/seatunnel-core/seatunnel-core-starter/src/test/resources/config.variables.conf
 
b/seatunnel-core/seatunnel-core-starter/src/test/resources/config.variables.conf
index 7355dcc29a..1dda3192e3 100644
--- 
a/seatunnel-core/seatunnel-core-starter/src/test/resources/config.variables.conf
+++ 
b/seatunnel-core/seatunnel-core-starter/src/test/resources/config.variables.conf
@@ -40,7 +40,7 @@ source {
   }
 
   # If you would like to get more information about how to configure seatunnel 
and see full list of source plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 transform {
@@ -64,5 +64,5 @@ sink {
   }
 
   # If you would like to get more information about how to configure seatunnel 
and see full list of sink plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
diff --git 
a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-activemq-e2e/src/test/resources/fake_source_to_sink.conf
 
b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-activemq-e2e/src/test/resources/fake_source_to_sink.conf
index a3c0859ed1..4c19046bc6 100644
--- 
a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-activemq-e2e/src/test/resources/fake_source_to_sink.conf
+++ 
b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-activemq-e2e/src/test/resources/fake_source_to_sink.conf
@@ -82,7 +82,7 @@ source {
   # }
 
   # If you would like to get more information about how to configure seatunnel 
and see full list of input plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 
 
 transform {
@@ -113,5 +113,5 @@ sink {
   # }
 
   # If you would like to get more information about how to configure seatunnel 
and see full list of output plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 
diff --git 
a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-activemq-e2e/src/test/resources/localfile_source_to_sink.conf
 
b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-activemq-e2e/src/test/resources/localfile_source_to_sink.conf
index 7c5757c51f..ebb8e21f0c 100644
--- 
a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-activemq-e2e/src/test/resources/localfile_source_to_sink.conf
+++ 
b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-activemq-e2e/src/test/resources/localfile_source_to_sink.conf
@@ -80,7 +80,7 @@ source {
   # }
 
   # If you would like to get more information about how to configure seatunnel 
and see full list of input plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 
 
 transform {
@@ -113,5 +113,5 @@ sink {
   # }
 
   # If you would like to get more information about how to configure seatunnel 
and see full list of output plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 
diff --git 
a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazondynamodb-e2e/src/test/resources/amazondynamodbIT_source_to_sink.conf
 
b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazondynamodb-e2e/src/test/resources/amazondynamodbIT_source_to_sink.conf
index 041ba4a357..d9fbd8e9ea 100644
--- 
a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazondynamodb-e2e/src/test/resources/amazondynamodbIT_source_to_sink.conf
+++ 
b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazondynamodb-e2e/src/test/resources/amazondynamodbIT_source_to_sink.conf
@@ -71,5 +71,5 @@ sink {
     parallel_scan_threads=4
   }
   # If you would like to get more information about how to configure seatunnel 
and see full list of sink plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
diff --git 
a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-google-firestore-e2e/src/test/resources/firestore/fake_to_google_firestore.conf
 
b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-google-firestore-e2e/src/test/resources/firestore/fake_to_google_firestore.conf
index 6a69abf218..5149ee9f33 100644
--- 
a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-google-firestore-e2e/src/test/resources/firestore/fake_to_google_firestore.conf
+++ 
b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-google-firestore-e2e/src/test/resources/firestore/fake_to_google_firestore.conf
@@ -61,5 +61,5 @@ sink {
     credentials = "dummy-credentials"
   }
   # If you would like to get more information about how to configure seatunnel 
and see full list of sink plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
diff --git 
a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-maxcompute-e2e/src/test/resources/maxcompute_to_fake.conf
 
b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-maxcompute-e2e/src/test/resources/maxcompute_to_fake.conf
index ab1666b87a..b3e6177921 100644
--- 
a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-maxcompute-e2e/src/test/resources/maxcompute_to_fake.conf
+++ 
b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-maxcompute-e2e/src/test/resources/maxcompute_to_fake.conf
@@ -38,7 +38,7 @@ source {
   }
 
   # If you would like to get more information about how to configure seatunnel 
and see full list of source plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 transform {
@@ -50,5 +50,5 @@ sink {
   }
 
   # If you would like to get more information about how to configure seatunnel 
and see full list of sink plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
\ No newline at end of file
diff --git 
a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-tdengine-e2e/src/test/resources/tdengine/tdengine_source_to_sink.conf
 
b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-tdengine-e2e/src/test/resources/tdengine/tdengine_source_to_sink.conf
index 69e6e23ad9..4ee4c13ca5 100644
--- 
a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-tdengine-e2e/src/test/resources/tdengine/tdengine_source_to_sink.conf
+++ 
b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-tdengine-e2e/src/test/resources/tdengine/tdengine_source_to_sink.conf
@@ -36,7 +36,7 @@ source {
     result_table_name = "tdengine_result"
   }
   # If you would like to get more information about how to configure seatunnel 
and see full list of source plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 transform {
@@ -52,5 +52,5 @@ sink {
     timezone: "UTC"
   }
   # If you would like to get more information about how to configure seatunnel 
and see full list of sink plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
diff --git 
a/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/resources/fake_to_console.variables.conf
 
b/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/resources/fake_to_console.variables.conf
index 41f5bbc77b..3c16b45b1b 100644
--- 
a/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/resources/fake_to_console.variables.conf
+++ 
b/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/resources/fake_to_console.variables.conf
@@ -38,7 +38,7 @@ source {
   }
 
   # If you would like to get more information about how to configure seatunnel 
and see full list of source plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 transform {
@@ -58,5 +58,5 @@ sink {
   }
 
   # If you would like to get more information about how to configure seatunnel 
and see full list of sink plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
diff --git 
a/seatunnel-engine/seatunnel-engine-server/src/test/resources/stream_fake_to_console_biginterval.conf
 
b/seatunnel-engine/seatunnel-engine-server/src/test/resources/stream_fake_to_console_biginterval.conf
index 73d79fa660..9148c754f2 100644
--- 
a/seatunnel-engine/seatunnel-engine-server/src/test/resources/stream_fake_to_console_biginterval.conf
+++ 
b/seatunnel-engine/seatunnel-engine-server/src/test/resources/stream_fake_to_console_biginterval.conf
@@ -40,7 +40,7 @@ source {
   }
 
   # If you would like to get more information about how to configure SeaTunnel 
and see full list of source plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 sink {
@@ -48,5 +48,5 @@ sink {
   }
 
   # If you would like to get more information about how to configure SeaTunnel 
and see full list of sink plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
diff --git 
a/seatunnel-engine/seatunnel-engine-server/src/test/resources/stream_fake_to_console_with_checkpoint.conf
 
b/seatunnel-engine/seatunnel-engine-server/src/test/resources/stream_fake_to_console_with_checkpoint.conf
index de02ec9624..800f9cd4f3 100644
--- 
a/seatunnel-engine/seatunnel-engine-server/src/test/resources/stream_fake_to_console_with_checkpoint.conf
+++ 
b/seatunnel-engine/seatunnel-engine-server/src/test/resources/stream_fake_to_console_with_checkpoint.conf
@@ -40,7 +40,7 @@ source {
   }
 
   # If you would like to get more information about how to configure SeaTunnel 
and see full list of source plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 sink {
@@ -48,5 +48,5 @@ sink {
   }
 
   # If you would like to get more information about how to configure SeaTunnel 
and see full list of sink plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
diff --git 
a/seatunnel-examples/seatunnel-flink-connector-v2-example/src/main/resources/examples/fake_to_console.conf
 
b/seatunnel-examples/seatunnel-flink-connector-v2-example/src/main/resources/examples/fake_to_console.conf
index 12c1f9f281..d83292c56f 100644
--- 
a/seatunnel-examples/seatunnel-flink-connector-v2-example/src/main/resources/examples/fake_to_console.conf
+++ 
b/seatunnel-examples/seatunnel-flink-connector-v2-example/src/main/resources/examples/fake_to_console.conf
@@ -37,7 +37,7 @@ source {
   }
 
   # If you would like to get more information about how to configure seatunnel 
and see full list of source plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 transform {
@@ -57,5 +57,5 @@ sink {
     source_table_name = "fake1"
   }
   # If you would like to get more information about how to configure seatunnel 
and see full list of sink plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }
diff --git 
a/seatunnel-examples/seatunnel-spark-connector-v2-example/src/main/resources/examples/spark.batch.conf
 
b/seatunnel-examples/seatunnel-spark-connector-v2-example/src/main/resources/examples/spark.batch.conf
index cf0958ecde..a3d495b7d5 100644
--- 
a/seatunnel-examples/seatunnel-spark-connector-v2-example/src/main/resources/examples/spark.batch.conf
+++ 
b/seatunnel-examples/seatunnel-spark-connector-v2-example/src/main/resources/examples/spark.batch.conf
@@ -65,7 +65,7 @@ source {
   # }
 
   # If you would like to get more information about how to configure seatunnel 
and see full list of input plugins,
-  # please go to https://seatunnel.apache.org/docs/category/source-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/source
 }
 
 transform {
@@ -95,5 +95,5 @@ sink {
   # }
 
   # If you would like to get more information about how to configure seatunnel 
and see full list of output plugins,
-  # please go to https://seatunnel.apache.org/docs/category/sink-v2
+  # please go to https://seatunnel.apache.org/docs/connector-v2/sink
 }

Reply via email to