Skip to content

Commit 8191f3c

Browse files
ngocnhan-tran1996J-unStiN
authored andcommitted
Fix links to Reactive Libraries and RestTemplate
Closes spring-projectsgh-35392 Signed-off-by: Tran Ngoc Nhan <[email protected]> Signed-off-by: Park Sung Jun <[email protected]>
1 parent 9979de9 commit 8191f3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

framework-docs/modules/ROOT/pages/web/webflux-webclient.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:page-section-summary-toc: 1
44

55
Spring WebFlux includes a client to perform HTTP requests with. `WebClient` has a
6-
functional, fluent API based on Reactor, see xref:web-reactive.adoc#webflux-reactive-libraries[Reactive Libraries],
6+
functional, fluent API based on Reactor, see xref:web/webflux-reactive-libraries.adoc[Reactive Libraries],
77
which enables declarative composition of asynchronous logic without the need to deal with
88
threads or concurrency. It is fully non-blocking, it supports streaming, and relies on
99
the same xref:web/webflux/reactive-spring.adoc#webflux-codecs[codecs] that are also used to encode and

framework-docs/modules/ROOT/pages/web/webmvc-client.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ See xref:web/webflux-webclient.adoc[WebClient] for more details.
2727
Spring REST client and exposes a simple, template-method API over underlying HTTP client
2828
libraries.
2929

30-
See xref:integration/rest-clients.adoc[REST Endpoints] for details.
30+
See xref:integration/rest-clients.adoc#rest-resttemplate[REST Endpoints] for details.
3131

3232

3333
[[webmvc-http-interface]]

0 commit comments

Comments
 (0)