Fix link in testing/support-jdbc.adoc

Fix the link to "Testing Data Access Logic with an Embedded Database".

Closes gh-33686
This commit is contained in:
Hosam Aly 2024-10-11 16:45:35 +01:00 committed by Sébastien Deleuze
parent 8da31e1db7
commit 97bce6d361
1 changed files with 2 additions and 2 deletions

View File

@ -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 <<data-access.adoc#jdbc-embedded-database-dao-testing, Testing Data Access
Logic with an Embedded Database>>.
and xref:data-access/jdbc/embedded-database-support.adoc#jdbc-embedded-database-dao-testing[Testing Data Access
Logic with an Embedded Database].