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
This commit is contained in:
star_Ho
2023-11-20 23:29:09 +09:00
committed by Sam Brannen
parent 19691b4bde
commit f02e231406

View File

@@ -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