This is an automated email from the ASF dual-hosted git repository.
gaojun2048 pushed a commit to branch st-engine
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/st-engine by this push:
new b229a21e8 fix dead link (#2682)
b229a21e8 is described below
commit b229a21e8bc52c582810ffb55f142ad71110dd32
Author: Eric <[email protected]>
AuthorDate: Thu Sep 8 13:42:46 2022 +0800
fix dead link (#2682)
---
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 3e8413c23..36e18bb3e 100644
--- a/docs/en/connector/flink-sql/Jdbc.md
+++ b/docs/en/connector/flink-sql/Jdbc.md
@@ -13,7 +13,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/.