From f02e231406e5e84ce81e97180c93d7e0e76a0ab7 Mon Sep 17 00:00:00 2001 From: star_Ho Date: Mon, 20 Nov 2023 23:29:09 +0900 Subject: [PATCH] Fix link to Spring WebFlux chapter The description is for WebFlux, but the link points to WebFlux unit testing support. This commit changes the link to point the the WebFlux chapter. Closes gh-31632 --- framework-docs/modules/ROOT/pages/web/webmvc.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/web/webmvc.adoc b/framework-docs/modules/ROOT/pages/web/webmvc.adoc index d75c3c8425..c9f222253e 100644 --- a/framework-docs/modules/ROOT/pages/web/webmvc.adoc +++ b/framework-docs/modules/ROOT/pages/web/webmvc.adoc @@ -13,7 +13,7 @@ but it is more commonly known as "Spring MVC". Parallel to Spring Web MVC, Spring Framework 5.0 introduced a reactive-stack web framework whose name, "Spring WebFlux," is also based on its source module ({spring-framework-main-code}/spring-webflux[`spring-webflux`]). -This chapter covers Spring Web MVC. The xref:testing/unit.adoc#mock-objects-web-reactive[next chapter] +This chapter covers Spring Web MVC. The xref:web/webflux.adoc[next chapter] covers Spring WebFlux. For baseline information and compatibility with Servlet container and Jakarta EE version