Skip to content

Commit

Permalink
Update acls.adoc
Browse files Browse the repository at this point in the history
Fix the spring security samples link
  • Loading branch information
neshkeev authored and jzheaux committed Apr 24, 2023
1 parent 9edbac7 commit bb402a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/servlet/authorization/acls.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,4 @@ Such classes would use `AclService` to retrieve the relevant ACL and then call `
Alternately, you could use our `AclEntryVoter`, `AclEntryAfterInvocationProvider` or `AclEntryAfterInvocationCollectionFilteringProvider` classes.
All of these classes provide a declarative-based approach to evaluating ACL information at runtime, freeing you from needing to write any code.

See the https://github.com/spring-projects/spring-security/tree/master/samples[sample applications] to learn how to use these classes.
See the https://github.com/spring-projects/spring-security-samples[sample applications] to learn how to use these classes.

0 comments on commit bb402a7

Please sign in to comment.