From 7e0a2162d71bc9ab716246991adabaa56bf5ded4 Mon Sep 17 00:00:00 2001 From: Mengjiao Liu Date: Tue, 12 Apr 2022 16:46:38 +0800 Subject: [PATCH] Fix missing links --- content/en/docs/concepts/security/pod-security-standards.md | 2 +- .../debug-application-cluster/resource-metrics-pipeline.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/security/pod-security-standards.md b/content/en/docs/concepts/security/pod-security-standards.md index b8c2c2771f..393468ac74 100644 --- a/content/en/docs/concepts/security/pod-security-standards.md +++ b/content/en/docs/concepts/security/pod-security-standards.md @@ -478,7 +478,7 @@ in the Pod manifest, and represent parameters to the container runtime. Security profiles are control plane mechanisms to enforce specific settings in the Security Context, as well as other related parameters outside the Security Context. As of July 2021, -[Pod Security Policies](/docs/concepts/profile/pod-security-profile/) are deprecated in favor of the +[Pod Security Policies](/docs/concepts/security/pod-security-policy/) are deprecated in favor of the built-in [Pod Security Admission Controller](/docs/concepts/security/pod-security-admission/). {{% thirdparty-content %}} diff --git a/content/en/docs/tasks/debug-application-cluster/resource-metrics-pipeline.md b/content/en/docs/tasks/debug-application-cluster/resource-metrics-pipeline.md index 12a692b2f4..77d72e3649 100644 --- a/content/en/docs/tasks/debug-application-cluster/resource-metrics-pipeline.md +++ b/content/en/docs/tasks/debug-application-cluster/resource-metrics-pipeline.md @@ -194,7 +194,7 @@ both Linux and Windows kernels). The time window used to calculate CPU is shown in Metrics API. To learn more about how Kubernetes allocates and measures CPU resources, see -[meaning of CPU](/docs/concepts/configuration/manage-resources-container/#meaning-of-cpu). +[meaning of CPU](/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu). ### Memory @@ -209,7 +209,7 @@ anonymous memory associated with the container in question. The working set metr includes some cached (file-backed) memory, because the host OS cannot always reclaim pages. To learn more about how Kubernetes allocates and measures memory resources, see -[meaning of memory](/docs/concepts/configuration/manage-resources-container/#meaning-of-memory). +[meaning of memory](/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory). ## Metrics Server