소스 검색

Fix Broken Link

Issue gh-10367
Josh Cummings 3 년 전
부모
커밋
75abf0cf78
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/modules/ROOT/pages/reactive/oauth2/index.adoc

+ 1 - 1
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