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

martijnvisser pushed a commit to branch release-1.16
in repository https://gitbox.apache.org/repos/asf/flink.git


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

commit 91e6038328987e67fd65370c55919a88a27fba4e
Author: gongzhongqiang <[email protected]>
AuthorDate: Fri Dec 16 17:31:54 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 4fe8f53c583..34fb1bb1c0e 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 3fb2db2250b..7d7143bb2c0 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

Reply via email to