Skip to content

Commit 5e2209a

Browse files
committed
Fix xref link
Issue gh-15029
1 parent 2482e8e commit 5e2209a

File tree

1 file changed

+1
-1
lines changed
  • docs/modules/ROOT/pages/servlet/configuration

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/configuration/java.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ public class SecuredSecurityConfig {
394394
[NOTE]
395395
====
396396
This example customizes the login and logout pages, which disables Spring Security's generated pages.
397-
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`.
397+
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`.
398398
Note that Spring Security still provides `POST /secured/login` and `POST /secured/logout` endpoints for you.
399399
====
400400

0 commit comments

Comments
 (0)