Browse Source

Fix link to WebFlux section in reference manual

Closes gh-29525
pull/29527/head
divcon 3 years ago committed by Sam Brannen
parent
commit
870e856554
  1. 2
      framework-docs/src/docs/asciidoc/web-reactive.adoc

2
framework-docs/src/docs/asciidoc/web-reactive.adoc

@ -6,7 +6,7 @@ include::page-layout.adoc[] @@ -6,7 +6,7 @@ include::page-layout.adoc[]
This part of the documentation covers support for reactive-stack web applications built
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
the <<webflux.adoc#webflux, Spring WebFlux>> framework,
the <<webflux, Spring WebFlux>> framework,
the reactive <<webflux-client, `WebClient`>>, support for <<webflux-test, testing>>,
and <<webflux-reactive-libraries, reactive libraries>>. For Servlet-stack web applications,
see <<web.adoc#spring-web, Web on Servlet Stack>>.

Loading…
Cancel
Save