summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeiwei Jiang <wjiang@redhat.com>2015-05-07 16:10:50 +0800
committerWeiwei Jiang <wjiang@redhat.com>2015-05-07 16:10:50 +0800
commit6ab2274c588cbbfaf2ff4a1f7551b2e7b2cc5ad8 (patch)
treed230c2a426d654e8ae3af9f311e1b9e6b3e17632
parent2f0a77edfa154648dd55c7e663012edfa2d198e4 (diff)
Fix wrong link for security context
-rw-r--r--service_accounts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/service_accounts.md b/service_accounts.md
index a3a1bb49..5eaa0d99 100644
--- a/service_accounts.md
+++ b/service_accounts.md
@@ -21,7 +21,7 @@ They also may interact with services other than the Kubernetes API, such as:
A service account binds together several things:
- a *name*, understood by users, and perhaps by peripheral systems, for an identity
- a *principal* that can be authenticated and [authorized](../authorization.md)
- - a [security context](./security_contexts.md), which defines the Linux Capabilities, User IDs, Groups IDs, and other
+ - a [security context](./security_context.md), which defines the Linux Capabilities, User IDs, Groups IDs, and other
capabilities and controls on interaction with the file system and OS.
- a set of [secrets](./secrets.md), which a container may use to
access various networked resources.