Skip to content

Commit 2afb0af

Browse files
authored
Merge pull request #45827 from Vyom-Yadav/remove-extra-v
Correct branch format in Discovery API docs
2 parents 13cb51a + 1d9a694 commit 2afb0af

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-v{{< skew currentVersion >}}/api/discovery/aggregated_v2.json)
89+
The [discovery document](https://github.com/kubernetes/kubernetes/blob/release-{{< skew currentVersion >}}/api/discovery/aggregated_v2.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)