From 2f2f30b614db5d36e5ea8f32ab3734cd39addc2d Mon Sep 17 00:00:00 2001 From: "Chen, Xu Chun (Simon)" Date: Wed, 20 Jan 2021 09:56:14 +0800 Subject: [PATCH] Update reference link The old link "https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups" points to an nonexistent section of the page. The correct section should be "https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning" . --- content/en/docs/reference/glossary/api-group.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/glossary/api-group.md b/content/en/docs/reference/glossary/api-group.md index 8be5ae0786..6f87e3b041 100644 --- a/content/en/docs/reference/glossary/api-group.md +++ b/content/en/docs/reference/glossary/api-group.md @@ -16,4 +16,4 @@ A set of related paths in Kubernetes API. You can enable or disable each API group by changing the configuration of your API server. You can also disable or enable paths to specific resources. API group makes it easier to extend the Kubernetes API. The API group is specified in a REST path and in the `apiVersion` field of a serialized object. -* Read [API Group](/docs/concepts/overview/kubernetes-api/#api-groups) for more information. +* Read [API Group](/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning) for more information.