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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 1bc09fd6e [doc] Fix flink cdc connectors document url link. (#3596)
1bc09fd6e is described below

commit 1bc09fd6eae7c7e1f0a5e22258eca1cbbfa85502
Author: HunterXHunter <[email protected]>
AuthorDate: Tue Jun 25 13:01:20 2024 +0800

    [doc] Fix flink cdc connectors document url link. (#3596)
---
 docs/content/flink/cdc-ingestion/kafka-cdc.md    | 2 +-
 docs/content/flink/cdc-ingestion/mysql-cdc.md    | 2 +-
 docs/content/flink/cdc-ingestion/postgres-cdc.md | 2 +-
 docs/content/flink/cdc-ingestion/pulsar-cdc.md   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/content/flink/cdc-ingestion/kafka-cdc.md 
b/docs/content/flink/cdc-ingestion/kafka-cdc.md
index 260e33d8b..5b16a1d6f 100644
--- a/docs/content/flink/cdc-ingestion/kafka-cdc.md
+++ b/docs/content/flink/cdc-ingestion/kafka-cdc.md
@@ -52,7 +52,7 @@ If a message in a Kafka topic is a change event captured from 
another database u
          <td>True</td>
         </tr>
         <tr>
-         <td><a 
href="https://nightlies.apache.org/flink/flink-docs-stable/docs/connectors/table/formats/maxwell/
 >}}">Maxwell CDC</a></td>
+         <td><a 
href="https://nightlies.apache.org/flink/flink-docs-stable/docs/connectors/table/formats/maxwell/";>Maxwell
 CDC</a></td>
         <td>True</td>
         </tr>
         <tr>
diff --git a/docs/content/flink/cdc-ingestion/mysql-cdc.md 
b/docs/content/flink/cdc-ingestion/mysql-cdc.md
index f12a268a1..3c8f80c7f 100644
--- a/docs/content/flink/cdc-ingestion/mysql-cdc.md
+++ b/docs/content/flink/cdc-ingestion/mysql-cdc.md
@@ -26,7 +26,7 @@ under the License.
 
 # MySQL CDC
 
-Paimon supports synchronizing changes from different databases using change 
data capture (CDC). This feature requires Flink and its [CDC 
connectors](https://ververica.github.io/flink-cdc-connectors/).
+Paimon supports synchronizing changes from different databases using change 
data capture (CDC). This feature requires Flink and its [CDC 
connectors](https://nightlies.apache.org/flink/flink-cdc-docs-stable/).
 
 ## Prepare CDC Bundled Jar
 
diff --git a/docs/content/flink/cdc-ingestion/postgres-cdc.md 
b/docs/content/flink/cdc-ingestion/postgres-cdc.md
index b6d5f6db0..e3143aedb 100644
--- a/docs/content/flink/cdc-ingestion/postgres-cdc.md
+++ b/docs/content/flink/cdc-ingestion/postgres-cdc.md
@@ -26,7 +26,7 @@ under the License.
 
 # Postgres CDC
 
-Paimon supports synchronizing changes from different databases using change 
data capture (CDC). This feature requires Flink and its [CDC 
connectors](https://ververica.github.io/flink-cdc-connectors/).
+Paimon supports synchronizing changes from different databases using change 
data capture (CDC). This feature requires Flink and its [CDC 
connectors](https://nightlies.apache.org/flink/flink-cdc-docs-stable/).
 
 ## Prepare CDC Bundled Jar
 
diff --git a/docs/content/flink/cdc-ingestion/pulsar-cdc.md 
b/docs/content/flink/cdc-ingestion/pulsar-cdc.md
index ca2ccaefb..c068f2fd2 100644
--- a/docs/content/flink/cdc-ingestion/pulsar-cdc.md
+++ b/docs/content/flink/cdc-ingestion/pulsar-cdc.md
@@ -52,7 +52,7 @@ If a message in a pulsar topic is a change event captured 
from another database
          <td>True</td>
         </tr>
         <tr>
-         <td><a 
href="https://nightlies.apache.org/flink/flink-docs-stable/docs/connectors/table/formats/maxwell/
 >}}">Maxwell CDC</a></td>
+         <td><a 
href="https://nightlies.apache.org/flink/flink-docs-stable/docs/connectors/table/formats/maxwell/";>Maxwell
 CDC</a></td>
         <td>True</td>
         </tr>
         <tr>

Reply via email to