From 9de988bec6766ab74859f0a1c2a4a1138f41c3c8 Mon Sep 17 00:00:00 2001 From: 317brian <53799971+317brian@users.noreply.github.com> Date: Wed, 21 Sep 2022 18:46:20 -0700 Subject: [PATCH] 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 b495fc262d2..8fd2ece0d96 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| |--------|-----------|-------|--------|