From 719553f6274e77cbb73be8bd67bc72d79644f690 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 4 May 2023 09:13:22 -0500 Subject: [PATCH] Fix Web Reactive link on the landing page --- framework-docs/modules/ROOT/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/index.adoc b/framework-docs/modules/ROOT/pages/index.adoc index 67998e243b..fbaa99ff04 100644 --- a/framework-docs/modules/ROOT/pages/index.adoc +++ b/framework-docs/modules/ROOT/pages/index.adoc @@ -13,7 +13,7 @@ xref:data-access.adoc[Data Access] :: Transactions, DAO Support, JDBC, R2DBC, O/R Mapping, XML Marshalling. xref:web.adoc[Web Servlet] :: Spring MVC, WebSocket, SockJS, STOMP Messaging. -xref:testing/unit.adoc#mock-objects-web-reactive[Web Reactive] :: Spring WebFlux, WebClient, +xref:web-reactive.adoc[Web Reactive] :: Spring WebFlux, WebClient, WebSocket, RSocket. xref:integration.adoc[Integration] :: REST Clients, JMS, JCA, JMX, Email, Tasks, Scheduling, Caching, Observability.