Skip to content

Commit 4583b09

Browse files
committed
Point to the correct documentation - fixes #1280
1 parent e1729af commit 4583b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertx-pg-client/src/main/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ NOTE: Configuring parameters in connection URI will override the default propert
202202
=== environment variables
203203

204204
You can also use environment variables to set default connection setting values, this is useful
205-
when you want to avoid hard-coding database connection information. You can refer to the https://www.postgresql.org/docs/9.6/static/libpq-envars.html[official documentation]
205+
when you want to avoid hard-coding database connection information. You can refer to the https://www.postgresql.org/docs/current/libpq-envars.html[official documentation]
206206
for more details. The following parameters are supported:
207207

208208
* `PGHOST`

0 commit comments

Comments
 (0)