diff --git a/src/docs/asciidoc/integration.adoc b/src/docs/asciidoc/integration.adoc index 3cee5f9c9e..c8bfe6f0b7 100644 --- a/src/docs/asciidoc/integration.adoc +++ b/src/docs/asciidoc/integration.adoc @@ -218,7 +218,7 @@ on the server side (for example, in Spring MVC REST controllers). Concrete implementations for the main media (MIME) types are provided in the framework and are, by default, registered with the `RestTemplate` on the client side and with -`RequestMethodHandlerAdapter` on the server side (see +`RequestMappingHandlerAdapter` on the server side (see <>). The implementations of `HttpMessageConverter` are described in the following sections.