From 5b8c6c46e16c3268bb48632c59d8e8e2b3ef2ada Mon Sep 17 00:00:00 2001 From: nkjackzhang Date: Fri, 27 Apr 2018 10:57:31 +0800 Subject: [PATCH] Fix broken anchor link in WebFlux refdoc --- src/docs/asciidoc/web-reactive.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/web-reactive.adoc b/src/docs/asciidoc/web-reactive.adoc index 94010c4364..a7fa9bb5b4 100644 --- a/src/docs/asciidoc/web-reactive.adoc +++ b/src/docs/asciidoc/web-reactive.adoc @@ -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 <> framework, +the <> framework, the reactive <>, support for <>, and <>. For Servlet stack, web applications, please see <>.