Browse Source

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

Closes gh-31796
pull/31798/head
Gabriel Ramirez 2 years ago committed by GitHub
parent
commit
d919930d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      framework-docs/modules/ROOT/pages/web/webflux/controller/ann-requestmapping.adoc

2
framework-docs/modules/ROOT/pages/web/webflux/controller/ann-requestmapping.adoc

@ -509,7 +509,7 @@ Kotlin:: @@ -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

Loading…
Cancel
Save