From 97bce6d3615cebe7a4de51b3b7138cd807c7db1a Mon Sep 17 00:00:00 2001 From: Hosam Aly Date: Fri, 11 Oct 2024 16:45:35 +0100 Subject: [PATCH] Fix link in testing/support-jdbc.adoc Fix the link to "Testing Data Access Logic with an Embedded Database". Closes gh-33686 --- framework-docs/modules/ROOT/pages/testing/support-jdbc.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework-docs/modules/ROOT/pages/testing/support-jdbc.adoc b/framework-docs/modules/ROOT/pages/testing/support-jdbc.adoc index cc09b76658d..b2283e6723e 100644 --- a/framework-docs/modules/ROOT/pages/testing/support-jdbc.adoc +++ b/framework-docs/modules/ROOT/pages/testing/support-jdbc.adoc @@ -31,5 +31,5 @@ provide convenience methods that delegate to the aforementioned methods in The `spring-jdbc` module provides support for configuring and launching an embedded database, which you can use in integration tests that interact with a database. For details, see xref:data-access/jdbc/embedded-database-support.adoc[Embedded Database Support] - and <>. + and xref:data-access/jdbc/embedded-database-support.adoc#jdbc-embedded-database-dao-testing[Testing Data Access +Logic with an Embedded Database].