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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user