Skip to content

Commit 5cec09d

Browse files
committed
Merge pull request #47297 from rstoyanchev
* pr/47297: Polish Fix renamed link to HTTP Service Clients docs Closes gh-47297
2 parents 3265a26 + cae5a81 commit 5cec09d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/rest-client.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ For example, the following code defines an HTTP Service for an an "`echo`" API t
320320

321321
include-code::EchoService[]
322322

323-
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].
323+
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].
324324

325325

326326

@@ -463,6 +463,6 @@ include-code::MyHttpServiceGroupConfiguration[]
463463

464464
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.
465465
You can javadoc:org.springframework.context.annotation.Import[format=annotation] your own extension of this class to perform programmatic configuration.
466-
For more details, see {url-spring-framework-docs}/integration/rest-clients.html#rest-http-interface-group-config[Spring Framework's reference documenation].
466+
For more details, see {url-spring-framework-docs}/integration/rest-clients.html#rest-http-service-client-group-config[Spring Framework reference documentation].
467467

468468
Regardless of which method you use to register HTTP Service clients, Spring Boot's support remains the same.

starter/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ do as they were designed before this was clarified.
242242
| https://projects.spring.io/spring-batch/[Spring Batch] (Advanced usage)
243243
| https://github.com/codecentric/spring-boot-starter-batch-web
244244

245-
| https://docs.spring.io/spring-framework/reference/integration/rest-clients.html#rest-http-interface[Spring Http Interface]
245+
| https://docs.spring.io/spring-framework/reference/integration/rest-clients.html#rest-http-service-client[Spring Http Service Client]
246246
| https://github.com/DanielLiu1123/httpexchange-spring-boot-starter
247247

248248
| https://projects.spring.io/spring-shell/[Spring Shell]

0 commit comments

Comments
 (0)