Use appropriate link for Testing chapter

This commit effectively removes a reference to a nonexistent "#testing"
fragment.
This commit is contained in:
Sam Brannen 2025-01-23 10:58:48 +01:00
parent 90423a98b0
commit 11fe2987d0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ xref:overview.adoc[Overview] :: History, Design Philosophy, Feedback,
Getting Started.
xref:core.adoc[Core] :: IoC Container, Events, Resources, i18n,
Validation, Data Binding, Type Conversion, SpEL, AOP, AOT.
<<testing.adoc#testing, Testing>> :: Mock Objects, TestContext Framework,
xref:testing.adoc[Testing] :: Mock Objects, TestContext Framework,
Spring MVC Test, WebTestClient.
xref:data-access.adoc[Data Access] :: Transactions, DAO Support,
JDBC, R2DBC, O/R Mapping, XML Marshalling.