From cad6e8756d43f0710b02cf92a30c61f6fd3dbc61 Mon Sep 17 00:00:00 2001 From: divcon Date: Sat, 19 Nov 2022 10:56:40 +0900 Subject: [PATCH] Fix link to WebFlux section in reference manual Closes gh-29526 --- 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 00d358f97d..08156a1ed1 100644 --- a/src/docs/asciidoc/web-reactive.adoc +++ b/src/docs/asciidoc/web-reactive.adoc @@ -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 <> framework, +the <> framework, the reactive <>, support for <>, and <>. For Servlet-stack web applications, see <>.