8000 fix the broken link for discovery document · kubernetes/website@2b1ea30 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b1ea30

Browse files
fix the broken link for discovery document
1 parent ed85878 commit 2b1ea30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/overview/kubernetes-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Without indicating the resource type using the `Accept` header, the default
8686
response for the `/api` and `/apis` endpoint is an unaggregated discovery
8787
document.
8888

89-
The [discovery document](https://github.com/kubernetes/kubernetes/blob/release-{{< skew currentVersion >}}/api/discovery/aggregated_v2.json)
89+
The [discovery document](https://github.com/kubernetes/kubernetes/blob/release-{{< skew currentVersion >}}/api/discovery/aggregated_v2beta1.json)
9090
for the built-in resources can be found in the Kubernetes GitHub repository.
9191
This Github document can be used as a reference of the base set of the available resources
9292
if a Kubernetes cluster is not available to query.

0 commit comments

Comments
 (0)
0