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" .
pull/26158/head
Chen, Xu Chun (Simon) 2021-01-20 09:56:14 +08:00 committed by GitHub
parent c42e56d811
commit 2f2f30b614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ A set of related paths in Kubernetes API.
<!--more-->
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.