Skip to content

Commit b37c558

Browse files
L33gn21rwinch
authored andcommitted
Fix broken link to Spring Boot docs
Signed-off-by: L33gn21 <l33gn21@gmail.com>
1 parent 09e80aa commit b37c558

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/modules/ROOT/pages/servlet/authorization/authorize-http-requests.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ This is because Spring Security requires all URIs to be absolute (minus the cont
639639

640640
[TIP]
641641
=====
642-
There are several other components that create request matchers for you like {spring-boot-api-url}org/springframework/boot/autoconfigure/security/servlet/PathRequest.html[`PathRequest#toStaticResources#atCommonLocations`]
642+
There are several other components that create request matchers for you like {spring-boot-api-url}org/springframework/boot/security/autoconfigure/web/servlet/PathRequest.html[`PathRequest#toStaticResources#atCommonLocations`]
643643
=====
644644

645645
[[match-by-custom]]

docs/modules/ROOT/pages/servlet/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The default arrangement of Spring Boot and Spring Security affords the following
118118
* Publishes xref:servlet/authentication/events.adoc[authentication success and failure events]
119119

120120
It can be helpful to understand how Spring Boot is coordinating with Spring Security to achieve this.
121-
Taking a look at {spring-boot-api-url}org/springframework/boot/autoconfigure/security/servlet/SecurityAutoConfiguration.html[Boot's security auto configuration], it does the following (simplified for illustration):
121+
Taking a look at {spring-boot-api-url}org/springframework/boot/security/autoconfigure/SecurityAutoConfiguration.html[Boot's security auto configuration], it does the following (simplified for illustration):
122122

123123
.Spring Boot Security Auto Configuration
124124
[source,java]

0 commit comments

Comments
 (0)