瀏覽代碼

fix typo in docs and add api url

Signed-off-by: ahmd-nabil <ahm3dnabil99@gmail.com>
ahmd-nabil 1 年之前
父節點
當前提交
0beda02a14
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/modules/ROOT/pages/servlet/authorization/architecture.adoc

+ 1 - 1
docs/modules/ROOT/pages/servlet/authorization/architecture.adoc

@@ -145,7 +145,7 @@ Many sites allow certain limited access under remember-me authentication, but re
 
 [[authz-authorization-managers]]
 ==== AuthorizationManagers
-There are also helpful static factories in `AuthenticationManagers` for composing individual ``AuthenticationManager``s into more sophisticated expressions.
+There are also helpful static factories in {security-api-url}org/springframework/security/authorization/AuthorizationManagers.html[`AuthorizationManagers`] for composing individual ``AuthorizationManager``s into more sophisticated expressions.
 
 [[authz-custom-authorization-manager]]
 ==== Custom Authorization Managers