This is an automated email from the ASF dual-hosted git repository. vogievetsky pushed a commit to branch 24.0.0 in repository https://gitbox.apache.org/repos/asf/druid.git
commit 9de988bec6766ab74859f0a1c2a4a1138f41c3c8 Author: 317brian <[email protected]> AuthorDate: Wed Sep 21 18:46:20 2022 -0700 fix: fix broken postgres link (#13135) --- docs/development/extensions-core/postgresql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/extensions-core/postgresql.md b/docs/development/extensions-core/postgresql.md index b495fc262d..8fd2ece0d9 100644 --- a/docs/development/extensions-core/postgresql.md +++ b/docs/development/extensions-core/postgresql.md @@ -69,7 +69,7 @@ To use this Apache Druid extension, [include](../../development/extensions.md#lo ## Configuration -In most cases, the configuration options map directly to the [postgres JDBC connection options](https://jdbc.postgresql.org/documentation/head/connect.html). +In most cases, the configuration options map directly to the [postgres JDBC connection options](https://jdbc.postgresql.org/documentation/use/#connecting-to-the-database). |Property|Description|Default|Required| |--------|-----------|-------|--------| --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
