diff --git a/content/en/docs/concepts/workloads/pods/pod-qos.md b/content/en/docs/concepts/workloads/pods/pod-qos.md index 9b0b10dedad..fa0385e11e6 100644 --- a/content/en/docs/concepts/workloads/pods/pod-qos.md +++ b/content/en/docs/concepts/workloads/pods/pod-qos.md @@ -111,7 +111,7 @@ Certain behavior is independent of the QoS class assigned by Kubernetes. For exa * Learn about [resource management for Pods and Containers](/docs/concepts/configuration/manage-resources-containers/). * Learn about [Node-pressure eviction](/docs/concepts/scheduling-eviction/node-pressure-eviction/). * Learn about [Pod priority and preemption](/docs/concepts/scheduling-eviction/pod-priority-preemption/). -* Learn about [Pod disruptions](/docs/concepts/workload/pods/disruptions/). +* Learn about [Pod disruptions](/docs/concepts/workloads/pods/disruptions/). * Learn how to [assign memory resources to containers and pods](/docs/tasks/configure-pod-container/assign-memory-resource/). * Learn how to [assign CPU resources to containers and pods](/docs/tasks/configure-pod-container/assign-cpu-resource/). * Learn how to [configure Quality of Service for Pods](/docs/tasks/configure-pod-container/quality-service-pod/).