From 22a68cd0a701a968c598f2e1bac49b68659e7ff3 Mon Sep 17 00:00:00 2001 From: kdnakt Date: Tue, 31 Oct 2023 02:42:55 +0900 Subject: [PATCH] Fix dead link in reactive-sql-clients.adoc --- docs/src/main/asciidoc/reactive-sql-clients.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/reactive-sql-clients.adoc b/docs/src/main/asciidoc/reactive-sql-clients.adoc index 8a0d4eaaf2eae..27d5101aecb60 100644 --- a/docs/src/main/asciidoc/reactive-sql-clients.adoc +++ b/docs/src/main/asciidoc/reactive-sql-clients.adoc @@ -731,7 +731,7 @@ It is the maximum time a connection remains in the pool before it is closed and The `max-lifetime` allows ensuring the pool has fresh connections with up-to-date configuration. NOTE: The `max-lifetime` is disabled by default but is an important configuration when using a credentials -provider that provides time limited credentials, like the link:credentials-provider.adoc[Vault credentials provider]. +provider that provides time limited credentials, like the xref:credentials-provider.adoc[Vault credentials provider]. For example, you could ensure connections are recycled after 60 minutes: