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

leonard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d2d2a65d [hotfix][docs] Fix dead links in documentations
8d2d2a65d is described below

commit 8d2d2a65d9b416386bfe7d1d2926fc1bffd58e17
Author: yux <34335406+yuxiq...@users.noreply.github.com>
AuthorDate: Sat May 11 18:19:34 2024 +0800

    [hotfix][docs] Fix dead links in documentations
    
    This closes  #3314.
---
 .../docs/connectors/pipeline-connectors/overview.md        | 14 +++++++-------
 docs/content.zh/docs/deployment/kubernetes.md              |  6 +++---
 docs/content.zh/docs/deployment/standalone.md              |  6 +++---
 docs/content.zh/docs/deployment/yarn.md                    |  2 +-
 .../docs/connectors/pipeline-connectors/overview.md        | 14 +++++++-------
 docs/content/docs/deployment/kubernetes.md                 |  6 +++---
 docs/content/docs/deployment/standalone.md                 |  6 +++---
 docs/content/docs/deployment/yarn.md                       |  2 +-
 8 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/docs/content.zh/docs/connectors/pipeline-connectors/overview.md 
b/docs/content.zh/docs/connectors/pipeline-connectors/overview.md
index f18e5230f..80c8251b4 100644
--- a/docs/content.zh/docs/connectors/pipeline-connectors/overview.md
+++ b/docs/content.zh/docs/connectors/pipeline-connectors/overview.md
@@ -30,13 +30,13 @@ Flink CDC 提供了可用于 YAML 作业的 Pipeline Source 和 Sink 连接器
 
 ## Supported Connectors
 
-| 连接器                                                  | 类型     | 支持的外部系统      
                                                                                
                                                                                
                                                                                
                                                                                
                                                          | 
-|------------------------------------------------------|--------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| [Apache Doris]({{< ref "docs/connectors/doris" >}})  | Sink   | <li> [Apache 
Doris](https://doris.apache.org/): 1.2.x, 2.x.x                                 
                                                                                
                                                                                
                                                                                
                                                          | 
-| [Kafka]({{< ref "docs/connectors/kafka" >}})         | Sink   | <li> 
[Kafka](https://kafka.apache.org/)                                              
                                                                                
                                                                                
                                                                                
                                                                  | 
-| [MySQL]({{< ref "docs/connectors/mysql" >}})         | Source | <li> 
[MySQL](https://dev.mysql.com/doc): 5.6, 5.7, 8.0.x <li> [RDS 
MySQL](https://www.aliyun.com/product/rds/mysql): 5.6, 5.7, 8.0.x <li> [PolarDB 
MySQL](https://www.aliyun.com/product/polardb): 5.6, 5.7, 8.0.x <li> [Aurora 
MySQL](https://aws.amazon.com/cn/rds/aurora): 5.6, 5.7, 8.0.x <li> 
[MariaDB](https://mariadb.org): 10.x <li> [PolarDB 
X](https://github.com/ApsaraDB/galaxysql): 2.0.1 | 
-| [Paimon]({{< ref "docs/connectors/paimon" >}})       | Sink   | <li> 
[Paimon](https://paimon.apache.org/): 0.6, 0.7, 0.8                             
                                                                                
                                                                                
                                                                                
                                                                  |
-| [StarRocks]({{< ref "docs/connectors/starrocks" >}}) | Sink   | <li> 
[StarRocks](https://www.starrocks.io/): 2.x, 3.x                                
                                                                                
                                                                                
                                                                                
                                                                  |
+| 连接器                                                                      | 
类型     | 支持的外部系统                                                                
                                                                                
                                                                                
                                                                                
                                                                                
| 
+|--------------------------------------------------------------------------|--------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| [Apache Doris]({{< ref "docs/connectors/pipeline-connectors/doris" >}})  | 
Sink   | <li> [Apache Doris](https://doris.apache.org/): 1.2.x, 2.x.x           
                                                                                
                                                                                
                                                                                
                                                                                
| 
+| [Kafka]({{< ref "docs/connectors/pipeline-connectors/kafka" >}})         | 
Sink   | <li> [Kafka](https://kafka.apache.org/)                                
                                                                                
                                                                                
                                                                                
                                                                                
| 
+| [MySQL]({{< ref "docs/connectors/pipeline-connectors/mysql" >}})         | 
Source | <li> [MySQL](https://dev.mysql.com/doc): 5.6, 5.7, 8.0.x <li> [RDS 
MySQL](https://www.aliyun.com/product/rds/mysql): 5.6, 5.7, 8.0.x <li> [PolarDB 
MySQL](https://www.aliyun.com/product/polardb): 5.6, 5.7, 8.0.x <li> [Aurora 
MySQL](https://aws.amazon.com/cn/rds/aurora): 5.6, 5.7, 8.0.x <li> 
[MariaDB](https://mariadb.org): 10.x <li> [PolarDB 
X](https://github.com/ApsaraDB/galaxysql): 2.0.1 | 
+| [Paimon]({{< ref "docs/connectors/pipeline-connectors/paimon" >}})       | 
Sink   | <li> [Paimon](https://paimon.apache.org/): 0.6, 0.7, 0.8               
                                                                                
                                                                                
                                                                                
                                                                                
|
+| [StarRocks]({{< ref "docs/connectors/pipeline-connectors/starrocks" >}}) | 
Sink   | <li> [StarRocks](https://www.starrocks.io/): 2.x, 3.x                  
                                                                                
                                                                                
                                                                                
                                                                                
|
 
 ## Develop Your Own Connector
 
diff --git a/docs/content.zh/docs/deployment/kubernetes.md 
b/docs/content.zh/docs/deployment/kubernetes.md
index 158757276..95539112b 100644
--- a/docs/content.zh/docs/deployment/kubernetes.md
+++ b/docs/content.zh/docs/deployment/kubernetes.md
@@ -48,7 +48,7 @@ If you have problems setting up a Kubernetes cluster, please 
take a look at [how
 ## Session Mode
 
 Flink runs on all UNIX-like environments, i.e. Linux, Mac OS X, and Cygwin 
(for Windows).  
-You can refer [overview]({{< ref "docs/connectors/overview" >}}) to check 
supported versions and download [the binary 
release](https://flink.apache.org/downloads/) of Flink,
+You can refer [overview]({{< ref 
"docs/connectors/pipeline-connectors/overview" >}}) to check supported versions 
and download [the binary release](https://flink.apache.org/downloads/) of Flink,
 then extract the archive:
 
 ```bash
@@ -134,8 +134,8 @@ pipeline:
 ```
 
 You need to modify the configuration file according to your needs, refer to 
connectors more information.   
-- [MySQL pipeline connector]({{< ref "docs/connectors/mysql.md" >}})
-- [Apache Doris pipeline connector]({{< ref "docs/connectors/doris.md" >}})    
   
+- [MySQL pipeline connector]({{< ref 
"docs/connectors/pipeline-connectors/mysql.md" >}})
+- [Apache Doris pipeline connector]({{< ref 
"docs/connectors/pipeline-connectors/doris.md" >}})       
 
 Finally, submit job to Flink Standalone cluster using Cli.
 
diff --git a/docs/content.zh/docs/deployment/standalone.md 
b/docs/content.zh/docs/deployment/standalone.md
index dd052bcab..aa30db51e 100644
--- a/docs/content.zh/docs/deployment/standalone.md
+++ b/docs/content.zh/docs/deployment/standalone.md
@@ -32,7 +32,7 @@ You will also run an example Flink CDC job and view it in the 
web UI.
 ## Preparation
 
 Flink runs on all UNIX-like environments, i.e. Linux, Mac OS X, and Cygwin 
(for Windows).  
-You can refer [overview]({{< ref "docs/connectors/overview" >}}) to check 
supported versions and download [the binary 
release](https://flink.apache.org/downloads/) of Flink,
+You can refer [overview]({{< ref 
"docs/connectors/pipeline-connectors/overview" >}}) to check supported versions 
and download [the binary release](https://flink.apache.org/downloads/) of Flink,
 then extract the archive:
 
 ```bash
@@ -111,8 +111,8 @@ pipeline:
 ```
 
 You need to modify the configuration file according to your needs, refer to 
connectors more information.
-- [MySQL pipeline connector]({{< ref "docs/connectors/mysql.md" >}})
-- [Apache Doris pipeline connector]({{< ref "docs/connectors/doris.md" >}})
+- [MySQL pipeline connector]({{< ref 
"docs/connectors/pipeline-connectors/mysql.md" >}})
+- [Apache Doris pipeline connector]({{< ref 
"docs/connectors/pipeline-connectors/doris.md" >}})
 
 Finally, submit job to Flink Standalone cluster using Cli.
 
diff --git a/docs/content.zh/docs/deployment/yarn.md 
b/docs/content.zh/docs/deployment/yarn.md
index ec9700d89..5f6236a64 100644
--- a/docs/content.zh/docs/deployment/yarn.md
+++ b/docs/content.zh/docs/deployment/yarn.md
@@ -46,7 +46,7 @@ export HADOOP_CLASSPATH=`hadoop classpath`
 ## Session Mode
 
 Flink runs on all UNIX-like environments, i.e. Linux, Mac OS X, and Cygwin 
(for Windows).  
-You can refer [overview]({{< ref "docs/connectors/overview" >}}) to check 
supported versions and download [the binary 
release](https://flink.apache.org/downloads/) of Flink,
+You can refer [overview]({{< ref 
"docs/connectors/pipeline-connectors/overview" >}}) to check supported versions 
and download [the binary release](https://flink.apache.org/downloads/) of Flink,
 then extract the archive:
 
 ```bash
diff --git a/docs/content/docs/connectors/pipeline-connectors/overview.md 
b/docs/content/docs/connectors/pipeline-connectors/overview.md
index b200824cc..2d536a68f 100644
--- a/docs/content/docs/connectors/pipeline-connectors/overview.md
+++ b/docs/content/docs/connectors/pipeline-connectors/overview.md
@@ -33,13 +33,13 @@ definition.
 
 ## Supported Connectors
 
-| Connector                                            | Supported Type | 
External System                                                                 
                                                                                
                                                                                
                                                                                
                                                                       | 
-|------------------------------------------------------|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| [Apache Doris]({{< ref "docs/connectors/doris" >}})  | Sink           | <li> 
[Apache Doris](https://doris.apache.org/): 1.2.x, 2.x.x                         
                                                                                
                                                                                
                                                                                
                                                                  | 
-| [Kafka]({{< ref "docs/connectors/kafka" >}})         | Sink           | <li> 
[Kafka](https://kafka.apache.org/)                                              
                                                                                
                                                                                
                                                                                
                                                                  | 
-| [MySQL]({{< ref "docs/connectors/mysql" >}})         | Source         | <li> 
[MySQL](https://dev.mysql.com/doc): 5.6, 5.7, 8.0.x <li> [RDS 
MySQL](https://www.aliyun.com/product/rds/mysql): 5.6, 5.7, 8.0.x <li> [PolarDB 
MySQL](https://www.aliyun.com/product/polardb): 5.6, 5.7, 8.0.x <li> [Aurora 
MySQL](https://aws.amazon.com/cn/rds/aurora): 5.6, 5.7, 8.0.x <li> 
[MariaDB](https://mariadb.org): 10.x <li> [PolarDB 
X](https://github.com/ApsaraDB/galaxysql): 2.0.1 | 
-| [Paimon]({{< ref "docs/connectors/paimon" >}})       | Sink           | <li> 
[Paimon](https://paimon.apache.org/): 0.6, 0.7, 0.8                             
                                                                                
                                                                                
                                                                                
                                                                  |
-| [StarRocks]({{< ref "docs/connectors/starrocks" >}}) | Sink           | <li> 
[StarRocks](https://www.starrocks.io/): 2.x, 3.x                                
                                                                                
                                                                                
                                                                                
                                                                  |
+| Connector                                                                | 
Supported Type | External System                                                
                                                                                
                                                                                
                                                                                
                                                                                
        | 
+|--------------------------------------------------------------------------|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| [Apache Doris]({{< ref "docs/connectors/pipeline-connectors/doris" >}})  | 
Sink           | <li> [Apache Doris](https://doris.apache.org/): 1.2.x, 2.x.x   
                                                                                
                                                                                
                                                                                
                                                                                
        | 
+| [Kafka]({{< ref "docs/connectors/pipeline-connectors/kafka" >}})         | 
Sink           | <li> [Kafka](https://kafka.apache.org/)                        
                                                                                
                                                                                
                                                                                
                                                                                
        | 
+| [MySQL]({{< ref "docs/connectors/pipeline-connectors/mysql" >}})         | 
Source         | <li> [MySQL](https://dev.mysql.com/doc): 5.6, 5.7, 8.0.x <li> 
[RDS MySQL](https://www.aliyun.com/product/rds/mysql): 5.6, 5.7, 8.0.x <li> 
[PolarDB MySQL](https://www.aliyun.com/product/polardb): 5.6, 5.7, 8.0.x <li> 
[Aurora MySQL](https://aws.amazon.com/cn/rds/aurora): 5.6, 5.7, 8.0.x <li> 
[MariaDB](https://mariadb.org): 10.x <li> [PolarDB 
X](https://github.com/ApsaraDB/galaxysql): 2.0.1 | 
+| [Paimon]({{< ref "docs/connectors/pipeline-connectors/paimon" >}})       | 
Sink           | <li> [Paimon](https://paimon.apache.org/): 0.6, 0.7, 0.8       
                                                                                
                                                                                
                                                                                
                                                                                
        |
+| [StarRocks]({{< ref "docs/connectors/pipeline-connectors/starrocks" >}}) | 
Sink           | <li> [StarRocks](https://www.starrocks.io/): 2.x, 3.x          
                                                                                
                                                                                
                                                                                
                                                                                
        |
 
 ## Develop Your Own Connector
 
diff --git a/docs/content/docs/deployment/kubernetes.md 
b/docs/content/docs/deployment/kubernetes.md
index 158757276..95539112b 100644
--- a/docs/content/docs/deployment/kubernetes.md
+++ b/docs/content/docs/deployment/kubernetes.md
@@ -48,7 +48,7 @@ If you have problems setting up a Kubernetes cluster, please 
take a look at [how
 ## Session Mode
 
 Flink runs on all UNIX-like environments, i.e. Linux, Mac OS X, and Cygwin 
(for Windows).  
-You can refer [overview]({{< ref "docs/connectors/overview" >}}) to check 
supported versions and download [the binary 
release](https://flink.apache.org/downloads/) of Flink,
+You can refer [overview]({{< ref 
"docs/connectors/pipeline-connectors/overview" >}}) to check supported versions 
and download [the binary release](https://flink.apache.org/downloads/) of Flink,
 then extract the archive:
 
 ```bash
@@ -134,8 +134,8 @@ pipeline:
 ```
 
 You need to modify the configuration file according to your needs, refer to 
connectors more information.   
-- [MySQL pipeline connector]({{< ref "docs/connectors/mysql.md" >}})
-- [Apache Doris pipeline connector]({{< ref "docs/connectors/doris.md" >}})    
   
+- [MySQL pipeline connector]({{< ref 
"docs/connectors/pipeline-connectors/mysql.md" >}})
+- [Apache Doris pipeline connector]({{< ref 
"docs/connectors/pipeline-connectors/doris.md" >}})       
 
 Finally, submit job to Flink Standalone cluster using Cli.
 
diff --git a/docs/content/docs/deployment/standalone.md 
b/docs/content/docs/deployment/standalone.md
index dd052bcab..aa30db51e 100644
--- a/docs/content/docs/deployment/standalone.md
+++ b/docs/content/docs/deployment/standalone.md
@@ -32,7 +32,7 @@ You will also run an example Flink CDC job and view it in the 
web UI.
 ## Preparation
 
 Flink runs on all UNIX-like environments, i.e. Linux, Mac OS X, and Cygwin 
(for Windows).  
-You can refer [overview]({{< ref "docs/connectors/overview" >}}) to check 
supported versions and download [the binary 
release](https://flink.apache.org/downloads/) of Flink,
+You can refer [overview]({{< ref 
"docs/connectors/pipeline-connectors/overview" >}}) to check supported versions 
and download [the binary release](https://flink.apache.org/downloads/) of Flink,
 then extract the archive:
 
 ```bash
@@ -111,8 +111,8 @@ pipeline:
 ```
 
 You need to modify the configuration file according to your needs, refer to 
connectors more information.
-- [MySQL pipeline connector]({{< ref "docs/connectors/mysql.md" >}})
-- [Apache Doris pipeline connector]({{< ref "docs/connectors/doris.md" >}})
+- [MySQL pipeline connector]({{< ref 
"docs/connectors/pipeline-connectors/mysql.md" >}})
+- [Apache Doris pipeline connector]({{< ref 
"docs/connectors/pipeline-connectors/doris.md" >}})
 
 Finally, submit job to Flink Standalone cluster using Cli.
 
diff --git a/docs/content/docs/deployment/yarn.md 
b/docs/content/docs/deployment/yarn.md
index ec9700d89..5f6236a64 100644
--- a/docs/content/docs/deployment/yarn.md
+++ b/docs/content/docs/deployment/yarn.md
@@ -46,7 +46,7 @@ export HADOOP_CLASSPATH=`hadoop classpath`
 ## Session Mode
 
 Flink runs on all UNIX-like environments, i.e. Linux, Mac OS X, and Cygwin 
(for Windows).  
-You can refer [overview]({{< ref "docs/connectors/overview" >}}) to check 
supported versions and download [the binary 
release](https://flink.apache.org/downloads/) of Flink,
+You can refer [overview]({{< ref 
"docs/connectors/pipeline-connectors/overview" >}}) to check supported versions 
and download [the binary release](https://flink.apache.org/downloads/) of Flink,
 then extract the archive:
 
 ```bash

Reply via email to