Fix broken anchor link in WebFlux refdoc

This commit is contained in:
nkjackzhang 2018-04-27 10:57:31 +08:00 committed by sdeleuze
parent b5dfdbaa65
commit 5b8c6c46e1
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
This part of the documentation covers support for reactive stack, web applications built on a
http://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-module,Spring WebFlux>> framework,
the <<webflux,Spring WebFlux>> framework,
the reactive <<webflux-client,WebClient>>, support for <<webflux-test>>,
and <<webflux-reactive-libraries>>. For Servlet stack, web applications, please see
<<web.adoc#spring-web,Web on Servlet Stack>>.