Skip to content

Commit c2e3012

Browse files
authored
[docs] Update download links to up-to-date cdc version (#3766)
* [docs] Update download links to up-to-date cdc version Signed-off-by: yuxiqian <[email protected]> * fix: replace params to allow dead link checking to pass Signed-off-by: yuxiqian <[email protected]> * fix: just don't check any interpolating urls Signed-off-by: yuxiqian <[email protected]> --------- Signed-off-by: yuxiqian <[email protected]>
1 parent ee9cd82 commit c2e3012

34 files changed

+79
-79
lines changed

.dlc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"pattern": "^{"
1111
},
1212
{
13-
"pattern": "^https://repo1.maven.org/maven2/org/apache/flink.*SNAPSHOT.*"
13+
"pattern": "^https://repo1.maven.org/maven2/org/apache/flink.*"
1414
},
1515
{
1616
"pattern": "^https://mvnrepository.com"

docs/config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ pygmentsUseClasses = true
3030
ShowOutDatedWarning = false
3131

3232
# This is the version referenced in the docs. Please only use these variables
33-
# to reference a specific Flink version, because this is the only place where
34-
# we change the version for the complete docs when forking of a release branch
35-
# etc.
33+
# to reference a specific Flink CDC version, because this is the only place
34+
# where we change the version for the complete docs when forking of a release
35+
# branch etc.
3636
# The full version string as referenced in Maven (e.g. 1.2.1)
3737
Version = "3.3-SNAPSHOT"
3838

docs/content.zh/docs/connectors/flink-sources/db2-cdc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ using a build automation tool (such as Maven or SBT) and SQL Client with SQL JAR
4848

4949
### SQL Client JAR
5050

51-
Download [flink-sql-connector-db2-cdc-3.1.0.jar](https://repo1.maven.org/maven2/org/apache/flink/flink-sql-connector-db2-cdc/3.1.0/flink-sql-connector-db2-cdc-3.1.0.jar) and
51+
Download [flink-sql-connector-db2-cdc-{{< param Version >}}.jar](https://repo1.maven.org/maven2/org/apache/flink/flink-sql-connector-db2-cdc/{{< param Version >}}/flink-sql-connector-db2-cdc-{{< param Version >}}.jar) and
5252
put it under `<FLINK_HOME>/lib/`.
5353

5454
**Note:** Refer to
@@ -354,7 +354,7 @@ public class Db2SourceExample {
354354
}
355355
```
356356

357-
The DB2 CDC incremental connector (after 3.1.0) can be used as the following shows:
357+
The DB2 CDC incremental connector (since 3.1.0) can be used as the following shows:
358358
```java
359359
import org.apache.flink.api.common.eventtime.WatermarkStrategy;
360360
import org.apache.flink.streaming.api.environment.StreamExecutionEnvironment;

docs/content.zh/docs/connectors/flink-sources/mongodb-cdc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ MongoDB CDC 连接器允许从 MongoDB 读取快照数据和增量数据。 本
4747

4848
```下载链接仅适用于稳定版本。```
4949

50-
下载 [flink-sql-connector-mongodb-cdc-3.1.0.jar](https://repo1.maven.org/maven2/org/apache/flink/flink-sql-connector-mongodb-cdc/3.1.0/flink-sql-connector-mongodb-cdc-3.1.0.jar), 把它放在 `<FLINK_HOME>/lib/`.
50+
下载 [flink-sql-connector-mongodb-cdc-{{< param Version >}}.jar](https://repo1.maven.org/maven2/org/apache/flink/flink-sql-connector-mongodb-cdc/{{< param Version >}}/flink-sql-connector-mongodb-cdc-{{< param Version >}}.jar), 把它放在 `<FLINK_HOME>/lib/`.
5151

5252
**注意:** 参考 [flink-sql-connector-mongodb-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-mongodb-cdc), 当前已发布的版本将在 Maven 中央仓库中提供。
5353

docs/content.zh/docs/connectors/flink-sources/mysql-cdc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ MySQL CDC 连接器允许从 MySQL 数据库读取快照数据和增量数据。
5454

5555
```下载链接仅在已发布版本可用,请在文档网站左下角选择浏览已发布的版本。```
5656

57-
下载 [flink-sql-connector-mysql-cdc-3.1.0.jar](https://repo1.maven.org/maven2/org/apache/flink/flink-sql-connector-mysql-cdc/3.1.0/flink-sql-connector-mysql-cdc-3.1.0.jar)`<FLINK_HOME>/lib/` 目录下。
57+
下载 [flink-sql-connector-mysql-cdc-{{< param Version >}}.jar](https://repo1.maven.org/maven2/org/apache/flink/flink-sql-connector-mysql-cdc/{{< param Version >}}/flink-sql-connector-mysql-cdc-{{< param Version >}}.jar) 到 `<FLINK_HOME>/lib/` 目录下。
5858

5959
**注意:** 参考 [flink-sql-connector-mysql-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-mysql-cdc) 当前已发布的所有版本都可以在 Maven 中央仓库获取。
6060

docs/content.zh/docs/connectors/flink-sources/oceanbase-cdc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ OceanBase CDC 源端读取方案:
109109

110110
```下载链接仅在已发布版本可用,请在文档网站左下角选择浏览已发布的版本。```
111111

112-
下载[flink-sql-connector-oceanbase-cdc-3.1.0.jar](https://repo1.maven.org/maven2/org/apache/flink/flink-sql-connector-oceanbase-cdc/3.1.0/flink-sql-connector-oceanbase-cdc-3.1.0.jar)`<FLINK_HOME>/lib/` 目录下。
112+
下载[flink-sql-connector-oceanbase-cdc-{{< param Version >}}.jar](https://repo1.maven.org/maven2/org/apache/flink/flink-sql-connector-oceanbase-cdc/{{< param Version >}}/flink-sql-connector-oceanbase-cdc-{{< param Version >}}.jar) 到 `<FLINK_HOME>/lib/` 目录下。
113113

114114
**注意:** 参考 [flink-sql-connector-oceanbase-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-oceanbase-cdc) 当前已发布的所有版本都可以在 Maven 中央仓库获取。
115115

docs/content.zh/docs/connectors/flink-sources/oracle-cdc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In order to setup the Oracle CDC connector, the following table provides depende
4141

4242
**Download link is available only for stable releases.**
4343

44-
Download [flink-sql-connector-oracle-cdc-3.1.0.jar](https://repo1.maven.org/maven2/org/apache/flink/flink-sql-connector-oracle-cdc/3.1.0/flink-sql-connector-oracle-cdc-3.1.0.jar) and put it under `<FLINK_HOME>/lib/`.
44+
Download [flink-sql-connector-oracle-cdc-{{< param Version >}}.jar](https://repo1.maven.org/maven2/org/apache/flink/flink-sql-connector-oracle-cdc/{{< param Version >}}/flink-sql-connector-oracle-cdc-{{< param Version >}}.jar) and put it under `<FLINK_HOME>/lib/`.
4545

4646
**Note:** Refer to [flink-sql-connector-oracle-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-oracle-cdc), more released versions will be available in the Maven central warehouse.
4747

docs/content.zh/docs/connectors/flink-sources/postgres-cdc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In order to setup the Postgres CDC connector, the following table provides depen
4141

4242
```Download link is available only for stable releases.```
4343

44-
Download [flink-sql-connector-postgres-cdc-3.1.0.jar](https://repo1.maven.org/maven2/org/apache/flink/flink-sql-connector-postgres-cdc/3.1.0/flink-sql-connector-postgres-cdc-3.1.0.jar) and put it under `<FLINK_HOME>/lib/`.
44+
Download [flink-sql-connector-postgres-cdc-{{< param Version >}}.jar](https://repo1.maven.org/maven2/org/apache/flink/flink-sql-connector-postgres-cdc/{{< param Version >}}/flink-sql-connector-postgres-cdc-{{< param Version >}}.jar) and put it under `<FLINK_HOME>/lib/`.
4545

4646
**Note:** Refer to [flink-sql-connector-postgres-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-postgres-cdc), more released versions will be available in the Maven central warehouse.
4747

docs/content.zh/docs/connectors/flink-sources/sqlserver-cdc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In order to setup the SQLServer CDC connector, the following table provides depe
4141

4242
```Download link is available only for stable releases.```
4343

44-
Download [flink-sql-connector-sqlserver-cdc-3.1.0.jar](https://repo1.maven.org/maven2/org/apache/flink/flink-sql-connector-sqlserver-cdc/3.1.0/flink-sql-connector-sqlserver-cdc-3.1.0.jar) and put it under `<FLINK_HOME>/lib/`.
44+
Download [flink-sql-connector-sqlserver-cdc-{{< param Version >}}.jar](https://repo1.maven.org/maven2/org/apache/flink/flink-sql-connector-sqlserver-cdc/{{< param Version >}}/flink-sql-connector-sqlserver-cdc-{{< param Version >}}.jar) and put it under `<FLINK_HOME>/lib/`.
4545

4646
**Note:** Refer to [flink-sql-connector-sqlserver-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-sqlserver-cdc), more released versions will be available in the Maven central warehouse.
4747

docs/content.zh/docs/connectors/flink-sources/tidb-cdc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In order to setup the TiDB CDC connector, the following table provides dependenc
4141

4242
```Download link is available only for stable releases.```
4343

44-
Download [flink-sql-connector-tidb-cdc-3.1.0.jar](https://repo1.maven.org/maven2/org/apache/flink/flink-sql-connector-tidb-cdc/3.1.0/flink-sql-connector-tidb-cdc-3.1.0.jar) and put it under `<FLINK_HOME>/lib/`.
44+
Download [flink-sql-connector-tidb-cdc-{{< param Version >}}.jar](https://repo1.maven.org/maven2/org/apache/flink/flink-sql-connector-tidb-cdc/{{< param Version >}}/flink-sql-connector-tidb-cdc-{{< param Version >}}.jar) and put it under `<FLINK_HOME>/lib/`.
4545

4646
**Note:** Refer to [flink-sql-connector-tidb-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-tidb-cdc), more released versions will be available in the Maven central warehouse.
4747

0 commit comments

Comments
 (0)