소스 검색

Fix xref link

Issue gh-15029
Steve Riesenberg 1 년 전
부모
커밋
5e2209aeef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/modules/ROOT/pages/servlet/configuration/java.adoc

+ 1 - 1
docs/modules/ROOT/pages/servlet/configuration/java.adoc

@@ -394,7 +394,7 @@ public class SecuredSecurityConfig {
 [NOTE]
 ====
 This example customizes the login and logout pages, which disables Spring Security's generated pages.
-You must xref:servlet/authentication/passwords/form.html#servlet-authentication-form-custom[provide your own] custom endpoints for `GET /secured/login` and `GET /secured/logout`.
+You must xref:servlet/authentication/passwords/form.adoc#servlet-authentication-form-custom[provide your own] custom endpoints for `GET /secured/login` and `GET /secured/logout`.
 Note that Spring Security still provides `POST /secured/login` and `POST /secured/logout` endpoints for you.
 ====