Skip to content

Commit 1d9a694

Browse files
committed
Correct branch format in Discovery API docs
Signed-off-by: Vyom-Yadav <[email protected]>
1 parent 13cb51a commit 1d9a694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)