From 933a1e454d39f544bc36727a793cc9792e5f5626 Mon Sep 17 00:00:00 2001 From: Ryan McGinnis Date: Thu, 4 Jan 2018 16:55:45 -0800 Subject: [PATCH] Update pod-security-policy.md Fixes dead link to RBAC authorization page. --- docs/concepts/policy/pod-security-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/policy/pod-security-policy.md b/docs/concepts/policy/pod-security-policy.md index f1373a7130..26cb760916 100644 --- a/docs/concepts/policy/pod-security-policy.md +++ b/docs/concepts/policy/pod-security-policy.md @@ -127,7 +127,7 @@ paired with system groups to grant access to all pods run in the namespace: ``` For more examples of RBAC bindings, see [Role Binding -Examples](docs/admin/authorization/rbac/#role-binding-examples). For a complete +Examples](/docs/admin/authorization/rbac#role-binding-examples). For a complete example of authorizing a PodSecurityPolicy, see [below](#example).