Skip to content

Commit c88aaed

Browse files
geirhesjohnr
authored andcommitted
Updated broken documentation link in javadocs
1 parent 9203567 commit c88aaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/src/main/java/org/springframework/security/config/annotation/authentication/builders/AuthenticationManagerBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public InMemoryUserDetailsManagerConfigurer<AuthenticationManagerBuilder> inMemo
149149
* {@link #getDefaultUserDetailsService()} method. Note that additional
150150
* {@link UserDetailsService}'s may override this {@link UserDetailsService} as the
151151
* default. See the <a href=
152-
* "https://docs.spring.io/spring-security/site/docs/current/reference/htmlsingle/#user-schema"
152+
* "https://docs.spring.io/spring-security/reference/servlet/appendix/database-schema.html"
153153
* >User Schema</a> section of the reference for the default schema.
154154
* </p>
155155
* @return a {@link JdbcUserDetailsManagerConfigurer} to allow customization of the

0 commit comments

Comments
 (0)