diff --git a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/rest-client.adoc b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/rest-client.adoc index ea763c9a1f1e..4ce8859660dc 100644 --- a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/rest-client.adoc +++ b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/rest-client.adoc @@ -320,7 +320,7 @@ For example, the following code defines an HTTP Service for an an "`echo`" API t include-code::EchoService[] -More details about how to develop HTTP Service interface clients can be found in the {url-spring-framework-docs}/integration/rest-clients.html#rest-http-interface[Spring Framework reference documentation]. +More details about how to develop HTTP Service interface clients can be found in the {url-spring-framework-docs}/integration/rest-clients.html#rest-http-service-client[Spring Framework reference documentation]. @@ -463,6 +463,6 @@ include-code::MyHttpServiceGroupConfiguration[] As well as the javadoc:org.springframework.web.service.registry.ImportHttpServices[format=annotation] annotation, Spring Framework also offers an javadoc:org.springframework.web.service.registry.AbstractHttpServiceRegistrar[] class. You can javadoc:org.springframework.context.annotation.Import[format=annotation] your own extension of this class to perform programmatic configuration. -For more details, see {url-spring-framework-docs}/integration/rest-clients.html#rest-http-interface-group-config[Spring Framework's reference documenation]. +For more details, see {url-spring-framework-docs}/integration/rest-clients.html#rest-http-service-client-group-config[Spring Framework's reference documenation]. Regardless of which method you use to register HTTP Service clients, Spring Boot's support remains the same. diff --git a/starter/README.adoc b/starter/README.adoc index b7aa40a482cd..4339390ac08f 100644 --- a/starter/README.adoc +++ b/starter/README.adoc @@ -242,7 +242,7 @@ do as they were designed before this was clarified. | https://projects.spring.io/spring-batch/[Spring Batch] (Advanced usage) | https://github.com/codecentric/spring-boot-starter-batch-web -| https://docs.spring.io/spring-framework/reference/integration/rest-clients.html#rest-http-interface[Spring Http Interface] +| https://docs.spring.io/spring-framework/reference/integration/rest-clients.html#rest-http-service-client[Spring Http Service Client] | https://github.com/DanielLiu1123/httpexchange-spring-boot-starter | https://projects.spring.io/spring-shell/[Spring Shell]