From bb402a706f82f81dd369bb2b3b0125b44a1c5feb Mon Sep 17 00:00:00 2001 From: Nikita Eshkeev Date: Mon, 24 Apr 2023 06:28:44 +0300 Subject: [PATCH] Update acls.adoc Fix the spring security samples link --- docs/modules/ROOT/pages/servlet/authorization/acls.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/authorization/acls.adoc b/docs/modules/ROOT/pages/servlet/authorization/acls.adoc index 5811e8d373..9569700b6f 100644 --- a/docs/modules/ROOT/pages/servlet/authorization/acls.adoc +++ b/docs/modules/ROOT/pages/servlet/authorization/acls.adoc @@ -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.