Update links between WebFlux and Web MVC

This commit is contained in:
Rossen Stoyanchev
2019-11-26 21:50:01 +00:00
parent 30d68f2de7
commit 5a552f1670
10 changed files with 195 additions and 195 deletions

View File

@@ -1113,7 +1113,7 @@ converters to use explicitly.
[[rest-message-conversion]]
===== Message Conversion
[.small]#<<web-reactive.adoc#webflux-codecs, Same as in Spring WebFlux>>#
[.small]#<<web-reactive.adoc#webflux-codecs, WebFlux>>#
The `spring-web` module contains the `HttpMessageConverter` contract for reading and
writing the body of HTTP requests and responses through `InputStream` and `OutputStream`.