Browse Source

Fix links to Reactive Libraries and RestTemplate

Closes gh-35392

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
pull/35405/head
Tran Ngoc Nhan 4 months ago committed by Sam Brannen
parent
commit
cd208797e2
  1. 2
      framework-docs/modules/ROOT/pages/web/webflux-webclient.adoc
  2. 2
      framework-docs/modules/ROOT/pages/web/webmvc-client.adoc

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

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

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

@ -27,7 +27,7 @@ See xref:web/webflux-webclient.adoc[WebClient] for more details. @@ -27,7 +27,7 @@ See xref:web/webflux-webclient.adoc[WebClient] for more details.
Spring REST client and exposes a simple, template-method API over underlying HTTP client
libraries.
See xref:integration/rest-clients.adoc[REST Endpoints] for details.
See xref:integration/rest-clients.adoc#rest-resttemplate[REST Endpoints] for details.
[[webmvc-http-interface]]

Loading…
Cancel
Save