This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 89656c3 [FLINK-30357][doc] Wrong link in connector/jdbc doc.
89656c3 is described below
commit 89656c3c15a510da03c774d6bb1cc5d6ed240408
Author: gongzhongqiang <[email protected]>
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 74d431d..83c8632 100644
--- a/docs/content.zh/docs/connectors/table/jdbc.md
+++ b/docs/content.zh/docs/connectors/table/jdbc.md
@@ -56,7 +56,7 @@ JDBC 连接器不是二进制发行版的一部分,请查阅[这里]({{< ref "
| Derby | `org.apache.derby` | `derby` |
[下载](http://db.apache.org/derby/derby_downloads.html) | |
| SQL Server | `com.microsoft.sqlserver` | `mssql-jdbc` |
[下载](https://docs.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server?view=sql-server-ver16)
|
-当前,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 262c924..1fd105d 100644
--- a/docs/content/docs/connectors/table/jdbc.md
+++ b/docs/content/docs/connectors/table/jdbc.md
@@ -54,7 +54,7 @@ A driver dependency is also required to connect to a
specified database. Here ar
| SQL Server | `com.microsoft.sqlserver` | `mssql-jdbc` |
[Download](https://docs.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server?view=sql-server-ver16)
|
-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