Skip to content

Commit 97bce6d

Browse files
hosamalysdeleuze
authored andcommitted
Fix link in testing/support-jdbc.adoc
Fix the link to "Testing Data Access Logic with an Embedded Database". Closes gh-33686
1 parent 8da31e1 commit 97bce6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: framework-docs/modules/ROOT/pages/testing/support-jdbc.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ provide convenience methods that delegate to the aforementioned methods in
3131
The `spring-jdbc` module provides support for configuring and launching an embedded
3232
database, which you can use in integration tests that interact with a database.
3333
For details, see xref:data-access/jdbc/embedded-database-support.adoc[Embedded Database Support]
34-
and <<data-access.adoc#jdbc-embedded-database-dao-testing, Testing Data Access
35-
Logic with an Embedded Database>>.
34+
and xref:data-access/jdbc/embedded-database-support.adoc#jdbc-embedded-database-dao-testing[Testing Data Access
35+
Logic with an Embedded Database].

0 commit comments

Comments
 (0)