Browse Source

Fix renamed link to HTTP Service Clients docs

See gh-47297
pull/47334/head
rstoyanchev 3 months ago committed by Stéphane Nicoll
parent
commit
0afd40fa40
  1. 4
      documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/rest-client.adoc
  2. 2
      starter/README.adoc

4
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[] 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. 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. 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. Regardless of which method you use to register HTTP Service clients, Spring Boot's support remains the same.

2
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://projects.spring.io/spring-batch/[Spring Batch] (Advanced usage)
| https://github.com/codecentric/spring-boot-starter-batch-web | 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://github.com/DanielLiu1123/httpexchange-spring-boot-starter
| https://projects.spring.io/spring-shell/[Spring Shell] | https://projects.spring.io/spring-shell/[Spring Shell]

Loading…
Cancel
Save