diff --git a/content/zh/docs/reference/access-authn-authz/authorization.md b/content/zh/docs/reference/access-authn-authz/authorization.md index 8cd4e605fa..c7d2bae333 100644 --- a/content/zh/docs/reference/access-authn-authz/authorization.md +++ b/content/zh/docs/reference/access-authn-authz/authorization.md @@ -160,7 +160,7 @@ DELETE | delete(针对单个资源)、deletecollection(针对集合) Kubernetes 有时使用专门的动词以对额外的权限进行鉴权。例如: -* [PodSecurityPolicy](/zh/docs/concepts/policy/pod-security-policy/) +* [PodSecurityPolicy](/zh/docs/concepts/security/pod-security-policy/) * `policy` API 组中 `podsecuritypolicies` 资源使用 `use` 动词 * [RBAC](/zh/docs/reference/access-authn-authz/rbac/#privilege-escalation-prevention-and-bootstrapping) * 对 `rbac.authorization.k8s.io` API 组中 `roles` 和 `clusterroles` 资源的 `bind`