summaryrefslogtreecommitdiff
path: root/access.md
diff options
context:
space:
mode:
authorMike Danese <mikedanese@gmail.com>2015-07-14 09:37:37 -0700
committerMike Danese <mikedanese@gmail.com>2015-07-14 10:51:10 -0700
commit53eee3533f5d877d5dbbca69f7171784dacc7fbb (patch)
tree11aada7967af1985762af4d1f3dde9b8f48c544a /access.md
parent8e5a970d432f598962d97ecd9d6ce4b07d8f79bc (diff)
automated link fixes
Diffstat (limited to 'access.md')
-rw-r--r--access.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/access.md b/access.md
index 912f93aa..6192792d 100644
--- a/access.md
+++ b/access.md
@@ -165,7 +165,7 @@ In the Simple Profile:
Namespaces versus userAccount vs Labels:
- `userAccount`s are intended for audit logging (both name and UID should be logged), and to define who has access to `namespace`s.
-- `labels` (see [docs/labels.md](../../docs/labels.md)) should be used to distinguish pods, users, and other objects that cooperate towards a common goal but are different in some way, such as version, or responsibilities.
+- `labels` (see [docs/user-guide/labels.md](../../docs/user-guide/labels.md)) should be used to distinguish pods, users, and other objects that cooperate towards a common goal but are different in some way, such as version, or responsibilities.
- `namespace`s prevent name collisions between uncoordinated groups of people, and provide a place to attach common policies for co-operating groups of people.