Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.