From 75abf0cf78a7a573eed48c772cd68f2742aa61ea Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Fri, 5 Nov 2021 12:52:41 -0600 Subject: [PATCH] Fix Broken Link Issue gh-10367 --- docs/modules/ROOT/pages/reactive/oauth2/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/reactive/oauth2/index.adoc b/docs/modules/ROOT/pages/reactive/oauth2/index.adoc index af06df5136..95850651fd 100644 --- a/docs/modules/ROOT/pages/reactive/oauth2/index.adoc +++ b/docs/modules/ROOT/pages/reactive/oauth2/index.adoc @@ -4,5 +4,5 @@ Spring Security provides OAuth2 and WebFlux integration for reactive applications. * xref:reactive/oauth2/login.adoc[OAuth2 Log In] - Authenticating with an OAuth2 or OpenID Connect 1.0 Provider -* xref:reactive/oauth2/oauth2-client.adoc[OAuth2 Client] - Making requests to an OAuth2 Resource Server +* xref:reactive/oauth2/client/index.adoc[OAuth2 Client] - Making requests to an OAuth2 Resource Server * xref:reactive/oauth2/resource-server/index.adoc[OAuth2 Resource Server] - Protecting a REST endpoint using OAuth2