diff --git a/docs/user-guide/services/index.md b/docs/user-guide/services/index.md index cd9303bd33..e2890df2cd 100644 --- a/docs/user-guide/services/index.md +++ b/docs/user-guide/services/index.md @@ -226,7 +226,7 @@ knowing anything about Kubernetes or `Services` or `Pods`. This should be faster and more reliable than the userspace proxy. However, unlike the userspace proxier, the iptables proxier cannot automatically retry another `Pod` if the one it initially selects does not respond, so it depends on -having working [readiness probes](/docs/user-guide/production-pods/#liveness-and-readiness-probes-aka-health-checks). +having working [readiness probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#defining-readiness-probes). ![Services overview diagram for iptables proxy](/images/docs/services-iptables-overview.svg)