From 78edbf0f16589a153e4f51e3ede5bff8e74adc13 Mon Sep 17 00:00:00 2001 From: Andreas Kohn Date: Sun, 8 Jan 2017 11:44:08 +0100 Subject: [PATCH] Fix the link to the authentication documentation --- docs/admin/authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/authorization.md b/docs/admin/authorization.md index caae123f14..15f6453ea1 100644 --- a/docs/admin/authorization.md +++ b/docs/admin/authorization.md @@ -381,7 +381,7 @@ Subjects can be groups, users or service accounts. Users are represented by strings. These can be plain usernames, like "alice", or email style names, like "bob@example.com", or numeric ids as string. It is up to the Kubernetes admin to configure -the [authentication modules](/doc/admin/authentication/) to produce +the [authentication modules](/docs/admin/authentication/) to produce usernames in the desired format. The RBAC authorization system does not require any particular format. However, the prefix `system:` is reserved for Kubernetes system use, and so the admin should ensure