From 77fb1c20e854dab18d5c53bec1f4f87145a90efb Mon Sep 17 00:00:00 2001 From: "John.C" <155592353+dev-johnn@users.noreply.github.com> Date: Wed, 6 Mar 2024 13:05:26 +0000 Subject: [PATCH] Fix link in RuntimeClassInImageCriApi feature gate --- .../feature-gates/runtime-class-in-image-cri-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/runtime-class-in-image-cri-api.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/runtime-class-in-image-cri-api.md index 4462834883..0f7cd164ca 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/runtime-class-in-image-cri-api.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/runtime-class-in-image-cri-api.md @@ -10,5 +10,5 @@ stages: defaultValue: false fromVersion: "1.29" --- -Enables images to be pulled based on the [runtime class] -(/docs/concepts/containers/runtime-class/) of the pods that reference them. +Enables images to be pulled based on the [runtime class](/docs/concepts/containers/runtime-class/) +of the pods that reference them.