From 2969af82d258e9f03f0eb594afc987b83a872278 Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Mon, 4 Sep 2017 07:40:18 +0200 Subject: [PATCH] Fix Reactive Web link in the ref doc --- src/docs/asciidoc/web.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/web.adoc b/src/docs/asciidoc/web.adoc index e093cc1794..153d13bd55 100644 --- a/src/docs/asciidoc/web.adoc +++ b/src/docs/asciidoc/web.adoc @@ -12,7 +12,7 @@ Chapters cover the Servlet-based <> web framework including <>, and <> support. Note that as of Spring Framework 5.0 web applications can also run on a -<> (Reactive Streams API + non-blocking runtime). +<> (Reactive Streams API + non-blocking runtime). include::web/webmvc.adoc[leveloffset=+1]