From 48b5e2b898ba4ea91115bed3077498fed62f1f3a Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Mon, 4 Apr 2022 16:56:51 +0800 Subject: [PATCH] [zh] Update authorization.md Signed-off-by: xin.li --- content/zh/docs/reference/access-authn-authz/authorization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`