Skip to content

Commit 7e0a216

Browse files
author
Mengjiao Liu
committed
Fix missing links
1 parent bc8c561 commit 7e0a216

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/en/docs/concepts/security/pod-security-standards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ in the Pod manifest, and represent parameters to the container runtime.
478478

479479
Security profiles are control plane mechanisms to enforce specific settings in the Security Context,
480480
as well as other related parameters outside the Security Context. As of July 2021,
481-
[Pod Security Policies](/docs/concepts/profile/pod-security-profile/) are deprecated in favor of the
481+
[Pod Security Policies](/docs/concepts/security/pod-security-policy/) are deprecated in favor of the
482482
built-in [Pod Security Admission Controller](/docs/concepts/security/pod-security-admission/).
483483

484484
{{% thirdparty-content %}}

content/en/docs/tasks/debug-application-cluster/resource-metrics-pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ both Linux and Windows kernels). The time window used to calculate CPU is shown
194194
in Metrics API.
195195

196196
To learn more about how Kubernetes allocates and measures CPU resources, see
197-
[meaning of CPU](/docs/concepts/configuration/manage-resources-container/#meaning-of-cpu).
197+
[meaning of CPU](/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu).
198198

199199
### Memory
200200

@@ -209,7 +209,7 @@ anonymous memory associated with the container in question. The working set metr
209209
includes some cached (file-backed) memory, because the host OS cannot always reclaim pages.
210210

211211
To learn more about how Kubernetes allocates and measures memory resources, see
212-
[meaning of memory](/docs/concepts/configuration/manage-resources-container/#meaning-of-memory).
212+
[meaning of memory](/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory).
213213

214214
## Metrics Server
215215

0 commit comments

Comments
 (0)