From f6e1fb3150b4693aee50e0bda688fe1a3bcdd824 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 17 Dec 2022 14:01:21 +0100 Subject: [PATCH] Cross reference WebTestClient section --- framework-docs/src/docs/asciidoc/web/webmvc-test.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/src/docs/asciidoc/web/webmvc-test.adoc b/framework-docs/src/docs/asciidoc/web/webmvc-test.adoc index b4584d84a80..d59d546fa5c 100644 --- a/framework-docs/src/docs/asciidoc/web/webmvc-test.adoc +++ b/framework-docs/src/docs/asciidoc/web/webmvc-test.adoc @@ -25,4 +25,4 @@ See <> for more details. * `WebTestClient`: Built for testing WebFlux applications, but it can also be used for end-to-end integration testing, to any server, over an HTTP connection. It is a non-blocking, reactive client and is well suited for testing asynchronous and streaming -scenarios. +scenarios. See <> for more details.