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

wanglijie pushed a commit to branch pick-docs-related-fix
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git

commit 66045ec0138a62cc48941fbdb5e595f59dfca97e
Author: Weijie Guo <[email protected]>
AuthorDate: Thu May 4 13:00:36 2023 +0800

    [hotfix] fix incorrect sql_url in jdbc.yml.
---
 docs/data/jdbc.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/data/jdbc.yml b/docs/data/jdbc.yml
index 487fcae..f558175 100644
--- a/docs/data/jdbc.yml
+++ b/docs/data/jdbc.yml
@@ -19,4 +19,4 @@
 version: 3.1.0
 variants:
   - maven: flink-connector-jdbc
-    sql_url: 
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-jdbc/$full_version/flink-sql-connector-jdbc-$full_version.jar
+    sql_url: 
https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-jdbc/$full_version/flink-connector-jdbc-$full_version.jar

Reply via email to