Fix link text in WebFlux @⁠HttpExchange section of reference docs

Closes gh-31796
This commit is contained in:
Gabriel Ramirez
2023-12-08 18:31:17 +01:00
committed by GitHub
parent afc1f37616
commit d919930d83

View File

@@ -509,7 +509,7 @@ Kotlin::
[[webflux-ann-httpexchange-annotation]]
== `@HttpExchange`
[.small]#xref:web/webmvc/mvc-controller/ann-requestmapping.adoc#mvc-ann-httpexchange-annotation[See equivalent in the Reactive stack]#
[.small]#xref:web/webmvc/mvc-controller/ann-requestmapping.adoc#mvc-ann-httpexchange-annotation[See equivalent in the Servlet stack]#
As an alternative to `@RequestMapping`, you can also handle requests with `@HttpExchange`
methods. Such methods are declared on an