Skip to content

Commit 5733065

Browse files
committed
Rename webflux-client.adoc to webflux-webclient.adoc
1 parent 67910ee commit 5733065

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

src/docs/asciidoc/integration.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1347,7 +1347,8 @@ The `AsyncRestTemplate` is deprecated.
13471347
Please use the <<web-reactive.adoc#webflux-client,WebClient>> instead.
13481348

13491349

1350-
include::web/webflux-client.adoc[leveloffset=+3]
1350+
1351+
include::web/webflux-webclient.adoc[leveloffset=+3]
13511352

13521353

13531354

File renamed without changes.

src/docs/asciidoc/web/webflux.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ and co-exist side by side in the Spring Framework. Each module is optional.
1616
Applications may use one or the other module, or in some cases both --
1717
e.g. Spring MVC controllers with the reactive `WebClient`.
1818

19-
In addition to the WebFlux web framework, the `spring-webflux` module includes several
20-
other reactive components such as a <<webflux-client>> for performing HTTP requests,
21-
a `WebTestClient` for testing web endpoints, and WebSocket support.
19+
In addition to the web framework, Spring WebFlux also provides a <<webflux-client>> for
20+
performing HTTP requests, a `WebTestClient` for testing web endpoints, and
21+
also client and server reactive, WebSocket support.
2222

2323

2424
[[webflux-new-framework]]
@@ -1386,7 +1386,7 @@ from the base class and you can still have any number of other ``WebMvcConfigure
13861386
the classpath.
13871387

13881388

1389-
include::webflux-client.adoc[leveloffset=+1]
1389+
include::webflux-webclient.adoc[leveloffset=+1]
13901390

13911391

13921392
[[webflux-reactive-libraries]]

0 commit comments

Comments
 (0)