Browse Source

Fix additional WebFlux-related links

See gh-31632
pull/31636/head
Sam Brannen 2 years ago
parent
commit
4b5cb5fa2e
  1. 7
      framework-docs/modules/ROOT/pages/web-reactive.adoc
  2. 6
      framework-docs/modules/ROOT/pages/web.adoc
  3. 7
      framework-docs/modules/ROOT/pages/web/webmvc.adoc

7
framework-docs/modules/ROOT/pages/web-reactive.adoc

@ -5,7 +5,8 @@ This part of the documentation covers support for reactive-stack web application
on a https://www.reactive-streams.org/[Reactive Streams] API to run on non-blocking on a https://www.reactive-streams.org/[Reactive Streams] API to run on non-blocking
servers, such as Netty, Undertow, and Servlet containers. Individual chapters cover servers, such as Netty, Undertow, and Servlet containers. Individual chapters cover
the xref:web/webflux.adoc#webflux[Spring WebFlux] framework, the xref:web/webflux.adoc#webflux[Spring WebFlux] framework,
the reactive xref:web/webflux-webclient.adoc[`WebClient`], support for xref:web-reactive.adoc#webflux-test[testing], the reactive xref:web/webflux-webclient.adoc[`WebClient`],
and xref:web-reactive.adoc#webflux-reactive-libraries[reactive libraries]. For Servlet-stack web applications, support for xref:web/webflux-test.adoc[testing],
see xref:web.adoc[Web on Servlet Stack]. and xref:web/webflux-reactive-libraries.adoc[reactive libraries]. For Servlet-stack web
applications, see xref:web.adoc[Web on Servlet Stack].

6
framework-docs/modules/ROOT/pages/web.adoc

@ -5,9 +5,5 @@
This part of the documentation covers support for Servlet-stack web applications built on the 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], 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]. 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].

7
framework-docs/modules/ROOT/pages/web/webmvc.adoc

@ -13,13 +13,10 @@ but it is more commonly known as "Spring MVC".
Parallel to Spring Web MVC, Spring Framework 5.0 introduced a reactive-stack web framework 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 whose name, "Spring WebFlux," is also based on its source module
({spring-framework-main-code}/spring-webflux[`spring-webflux`]). ({spring-framework-main-code}/spring-webflux[`spring-webflux`]).
This chapter covers Spring Web MVC. The xref:web/webflux.adoc[next chapter] This chapter covers Spring Web MVC. For reactive-stack web applications, see
covers Spring WebFlux. xref:web-reactive.adoc[Web on Reactive Stack].
For baseline information and compatibility with Servlet container and Jakarta EE version For baseline information and compatibility with Servlet container and Jakarta EE version
ranges, see the Spring Framework ranges, see the Spring Framework
https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions[Wiki]. https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions[Wiki].

Loading…
Cancel
Save