From 01ec3ecf82ad0963675f51d38dffa260193d9a5b Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Tue, 10 Jan 2017 13:58:04 -0800 Subject: [PATCH] Fixed broken link [core API group] should link to (/docs/api/) --- 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 15f6453ea1..c9dd662449 100644 --- a/docs/admin/authorization.md +++ b/docs/admin/authorization.md @@ -55,7 +55,7 @@ A request has the following attributes that can be considered for authorization: - what resource is being accessed (for resource requests only) - what subresource is being accessed (for resource requests only) - the namespace of the object being accessed (for namespaced resource requests only) - - the API group being accessed (for resource requests only); an empty string designates the [core API group](../api.md#api-groups) + - the API group being accessed (for resource requests only); an empty string designates the [core API group](/docs/api/) The request verb for a resource API endpoint can be determined by the HTTP verb used and whether or not the request acts on an individual resource or a collection of resources: