Fix additional WebFlux-related links

See gh-31632
This commit is contained in:
Sam Brannen
2023-11-20 16:22:35 +01:00
parent f02e231406
commit 4b5cb5fa2e
3 changed files with 7 additions and 13 deletions

View File

@@ -5,9 +5,5 @@
This part of the documentation covers support for Servlet-stack web applications built on the
Servlet API and deployed to Servlet containers. Individual chapters include xref:web/webmvc.adoc#mvc[Spring MVC],
xref:web/webmvc-view.adoc[View Technologies], xref:web/webmvc-cors.adoc[CORS Support], and xref:web/websocket.adoc[WebSocket Support].
For reactive-stack web applications, see xref:testing/unit.adoc#mock-objects-web-reactive[Web on Reactive Stack].
For reactive-stack web applications, see xref:web-reactive.adoc[Web on Reactive Stack].