Browse Source

Fix Reactive Web link in the ref doc

pull/1515/merge
Sebastien Deleuze 8 years ago
parent
commit
2969af82d2
  1. 2
      src/docs/asciidoc/web.adoc

2
src/docs/asciidoc/web.adoc

@ -12,7 +12,7 @@ Chapters cover the Servlet-based <<mvc,Spring MVC>> web framework including <<mv @@ -12,7 +12,7 @@ Chapters cover the Servlet-based <<mvc,Spring MVC>> web framework including <<mv
<<mvc-cors,CORS>>, and <<websocket,WebSocket>> support.
Note that as of Spring Framework 5.0 web applications can also run on a
<<spring-web-reactive, reactive web stack>> (Reactive Streams API + non-blocking runtime).
<<reactive-web.adoc#spring-reactive-web, reactive web stack>> (Reactive Streams API + non-blocking runtime).
include::web/webmvc.adoc[leveloffset=+1]

Loading…
Cancel
Save