You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ma...@apache.org on 2022/12/20 12:48:38 UTC

[flink-connector-jdbc] branch v3.0 updated: [FLINK-30357][doc] Wrong link in connector/jdbc doc.

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

martijnvisser pushed a commit to branch v3.0
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git


The following commit(s) were added to refs/heads/v3.0 by this push:
     new 8dd0794  [FLINK-30357][doc] Wrong link in connector/jdbc doc.
8dd0794 is described below

commit 8dd07942a1215eabf7fa705c6602c5ee448bacbc
Author: gongzhongqiang <go...@gigacloudtech.com>
AuthorDate: Fri Dec 16 10:50:45 2022 +0800

    [FLINK-30357][doc] Wrong link in connector/jdbc doc.
---
 docs/content.zh/docs/connectors/table/jdbc.md | 2 +-
 docs/content/docs/connectors/table/jdbc.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content.zh/docs/connectors/table/jdbc.md b/docs/content.zh/docs/connectors/table/jdbc.md
index 9a812fc..d7d25c9 100644
--- a/docs/content.zh/docs/connectors/table/jdbc.md
+++ b/docs/content.zh/docs/connectors/table/jdbc.md
@@ -55,7 +55,7 @@ JDBC 连接器不是二进制发行版的一部分,请查阅[这里]({{< ref "
 | PostgreSQL  |  `org.postgresql`  |      `postgresql`      | [下载](https://jdbc.postgresql.org/download.html) |
 | Derby       | `org.apache.derby` |        `derby`         | [下载](http://db.apache.org/derby/derby_downloads.html) | |
 
-当前,JDBC 连接器和驱动不在 Flink 二进制发布包中,请参阅[这里]({{< ref "docs/dev/configuration" >}})了解在集群上执行时何连接它们。
+当前,JDBC 连接器和驱动不在 Flink 二进制发布包中,请参阅[这里]({{< ref "docs/dev/configuration/overview" >}})了解在集群上执行时何连接它们。
 
 
 <a name="how-to-create-a-jdbc-table"></a>
diff --git a/docs/content/docs/connectors/table/jdbc.md b/docs/content/docs/connectors/table/jdbc.md
index 9f38f44..58f44ab 100644
--- a/docs/content/docs/connectors/table/jdbc.md
+++ b/docs/content/docs/connectors/table/jdbc.md
@@ -53,7 +53,7 @@ A driver dependency is also required to connect to a specified database. Here ar
 | Derby       | `org.apache.derby` |        `derby`         | [Download](http://db.apache.org/derby/derby_downloads.html) |
 
 
-JDBC connector and drivers are not part of Flink's binary distribution. See how to link with them for cluster execution [here]({{< ref "docs/dev/configuration" >}}).
+JDBC connector and drivers are not part of Flink's binary distribution. See how to link with them for cluster execution [here]({{< ref "docs/dev/configuration/overview" >}}).
 
 
 How to create a JDBC table