From 243dfc46fce56dcb2448382e14e9894820b79c19 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 5 Jan 2025 15:13:16 -0500 Subject: [PATCH] link: sql/database Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- receiver/postgresqlreceiver/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/receiver/postgresqlreceiver/README.md b/receiver/postgresqlreceiver/README.md index c73cce90a65a..44582eafca34 100644 --- a/receiver/postgresqlreceiver/README.md +++ b/receiver/postgresqlreceiver/README.md @@ -83,7 +83,7 @@ When this feature gate is enabled, the following optional settings are available - `max_idle`: The maximum number of connections in the idle connection pool. - `max_open`: The maximum number of open connections to the database. -Those settings and their defaults are further documented in the `sql/database` package [here](https://pkg.go.dev/database/sql#DB). +Those settings and their defaults are further documented in the [`sql/database`](https://pkg.go.dev/database/sql#DB) package. ### Example Configuration