diff --git a/docs/content/intro/overview.md b/docs/content/intro/overview.md index db47057fe5..1ec9fe5d73 100644 --- a/docs/content/intro/overview.md +++ b/docs/content/intro/overview.md @@ -21,7 +21,7 @@ The Ingress resource supports the following features: * *Path-based routing*. For example, routing requests with the URI that starts with `/serviceA` to service A and requests with the URI that starts with `/serviceB` to service B. * **TLS/SSL termination** for each hostname, such as `foo.example.com`. -See the [Ingress User Guide](https://kubernetes.io/docs/user-guide/ingress/) to learn more about the Ingress resource. +See the [Ingress Reference Documentation](https://kubernetes.io/docs/concepts/services-networking/ingress/) to learn more about the Ingress resource. ## What is the Ingress Controller?