Merge pull request #6853 from kubernetes/ryanmcginnis-patch-1

Update pod-security-policy.md
pull/6854/head
Qiming 2018-01-05 09:41:24 +08:00 committed by GitHub
commit dcffc0f1a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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).