Skip to content

Commit 1256e27

Browse files
authored
fix(docs): correct broken link in v1.26 connection pooling (#34)
The link to monitoring section incorrectly used .md extension, causing the build to fail with a broken link error. Updated to use the correct Docusaurus link format without the extension. Fixes the build failure in https://github.com/cloudnative-pg/docs/actions/runs/21164815569 Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
1 parent 08bd040 commit 1256e27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/versioned_docs/version-1.26/connection_pooling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ Go runtime (with the prefix `go_*`).
441441

442442
:::info
443443
You can inspect the exported metrics on a pod running PgBouncer. For instructions, see
444-
[How to inspect the exported metrics](monitoring.md/#how-to-inspect-the-exported-metrics).
444+
[How to inspect the exported metrics](monitoring#how-to-inspect-the-exported-metrics).
445445
Make sure that you use the correct IP and the `9127` port.
446446
:::
447447

0 commit comments

Comments
 (0)