Skip to content

Commit 31042f8

Browse files
authored
Merge pull request #24442 from chenxuc/patch-1
Update API group url
2 parents 542729f + 4688a36 commit 31042f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/access-authn-authz/authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Kubernetes reviews only the following API request attributes:
5252
* **Resource** - The ID or name of the resource that is being accessed (for resource requests only) -- For resource requests using `get`, `update`, `patch`, and `delete` verbs, you must provide the resource name.
5353
* **Subresource** - The subresource that is being accessed (for resource requests only).
5454
* **Namespace** - The namespace of the object that is being accessed (for namespaced resource requests only).
55-
* **API group** - The {{< glossary_tooltip text="API Group" term_id="api-group" >}} being accessed (for resource requests only). An empty string designates the [core API group](/docs/concepts/overview/kubernetes-api/).
55+
* **API group** - The {{< glossary_tooltip text="API Group" term_id="api-group" >}} being accessed (for resource requests only). An empty string designates the [core API group](/docs/reference/using-api/api-overview/#api-groups).
5656

5757
## Determine the Request Verb
5858

0 commit comments

Comments
 (0)