소스 검색

Updated reference to architecture page

In the context of Servlet Authentication page, "Architecture" should probably link to "Servlet Authentication Architecture" page
Underground Hill 3 년 전
부모
커밋
8b74bf9742
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/modules/ROOT/pages/servlet/authentication/index.adoc

+ 1 - 1
docs/modules/ROOT/pages/servlet/authentication/index.adoc

@@ -2,7 +2,7 @@
 = Authentication
 = Authentication
 
 
 Spring Security provides comprehensive support for xref:features/authentication/index.adoc#authentication[Authentication].
 Spring Security provides comprehensive support for xref:features/authentication/index.adoc#authentication[Authentication].
-We start by discussing the overall xref:servlet/architecture.adoc#servlet-architecture[Servlet Authentication Architecture].
+We start by discussing the overall xref:servlet/authentication/architecture.adoc[Servlet Authentication Architecture].
 As you might expect, this section is more abstract describing the architecture without much discussion on how it applies to concrete flows.
 As you might expect, this section is more abstract describing the architecture without much discussion on how it applies to concrete flows.
 
 
 If you prefer, you can refer to <<servlet-authentication-mechanisms,Authentication Mechanisms>> for concrete ways in which users can authenticate.
 If you prefer, you can refer to <<servlet-authentication-mechanisms,Authentication Mechanisms>> for concrete ways in which users can authenticate.