From 41fc9dc6279fdd69c19df1215398be3c96089fe0 Mon Sep 17 00:00:00 2001 From: pranav-pandey0804 Date: Tue, 20 Jun 2023 19:49:27 +0530 Subject: [PATCH] fixed the error in the syntax of the metadata link --- content/en/docs/reference/using-api/api-concepts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/reference/using-api/api-concepts.md b/content/en/docs/reference/using-api/api-concepts.md index 9e2ad9f284..fd9084cccd 100644 --- a/content/en/docs/reference/using-api/api-concepts.md +++ b/content/en/docs/reference/using-api/api-concepts.md @@ -1036,9 +1036,9 @@ Continue Token, Exact {{< note >}} When you **list** resources and receive a collection response, the response includes the -[list metadata](/docs/reference/generated/kubernetes-api/v{{ skew currentVersion >}}/#listmeta-v1-meta) +[list metadata](/docs/reference/generated/kubernetes-api/v{{}}/#listmeta-v1-meta) of the collection as well as -[object metadata](/docs/reference/generated/kubernetes-api/v{{ skew currentVersion >}}/#objectmeta-v1-meta) +[object metadata](/docs/reference/generated/kubernetes-api/v{{}}/#objectmeta-v1-meta) for each item in that collection. For individual objects found within a collection response, `.metadata.resourceVersion` tracks when that object was last updated, and not how up-to-date the object is when served.