This is an automated email from the ASF dual-hosted git repository.
tyrantlucifer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 86df925b8 [Chore][Doc] Fix postgresql jdbc download link 404 in
documentation (#2674)
86df925b8 is described below
commit 86df925b82f7a7db00d764412bd32427f3de6e46
Author: Kerwin <[email protected]>
AuthorDate: Thu Sep 8 09:48:05 2022 +0800
[Chore][Doc] Fix postgresql jdbc download link 404 in documentation (#2674)
---
docs/en/connector/flink-sql/Jdbc.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/connector/flink-sql/Jdbc.md
b/docs/en/connector/flink-sql/Jdbc.md
index 113a9e4ac..53486d288 100644
--- a/docs/en/connector/flink-sql/Jdbc.md
+++ b/docs/en/connector/flink-sql/Jdbc.md
@@ -15,7 +15,7 @@ A driver dependency is also required to connect to a
specified database. Here ar
| Driver | Group Id | Artifact Id | JAR
|
|------------|-------------------|----------------------|---------------|
| MySQL | mysql | mysql-connector-java |
[Download](https://repo.maven.apache.org/maven2/mysql/mysql-connector-java/) |
-| PostgreSQL | org.postgresql | postgresql |
[Download](https://jdbc.postgresql.org/download.html) |
+| PostgreSQL | org.postgresql | postgresql |
[Download](https://jdbc.postgresql.org/download/) |
| Derby | org.apache.derby | derby |
[Download](http://db.apache.org/derby/derby_downloads.html) |
After downloading the driver jars, you need to place the jars into
$FLINK_HOME/lib/.