Skip to content

Commit

Permalink
Fix link to WebFlux section in reference manual
Browse files Browse the repository at this point in the history
  • Loading branch information
divcon authored and sbrannen committed Nov 19, 2022
1 parent c7bd685 commit cad6e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/web-reactive.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
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 3.1+ 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>>.
Expand Down

0 comments on commit cad6e87

Please sign in to comment.