Change plain 'WebFlux' links to 'See equivalent in the Reactive stack'

Closes gh-29694
This commit is contained in:
Sam Brannen
2022-12-17 13:39:47 +01:00
parent fbd4463f20
commit 11f3edc352
8 changed files with 117 additions and 117 deletions

View File

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