You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fr...@apache.org on 2022/09/22 01:46:27 UTC

[druid] branch master updated: fix: fix broken postgres link (#13135)

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

frankchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 12f12a13a9 fix: fix broken postgres link (#13135)
12f12a13a9 is described below

commit 12f12a13a943e87abb173530069cc9242dabec5b
Author: 317brian <53...@users.noreply.github.com>
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: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org