Skip to content

Commit 0829514

Browse files
committed
docs: Update official Ingress resource link
At some stage the official Kubernetes documentation changed their information architecture, leading to a broken link from the Overview page of the NGINX Ingress Controller documentation. There may be other instances of broken links from this change, which will be addressed as they are discovered.
1 parent 85a353a commit 0829514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/intro/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The Ingress resource supports the following features:
2121
* *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.
2222
* **TLS/SSL termination** for each hostname, such as `foo.example.com`.
2323

24-
See the [Ingress User Guide](https://kubernetes.io/docs/user-guide/ingress/) to learn more about the Ingress resource.
24+
See the [Ingress Reference Documentation](https://kubernetes.io/docs/concepts/services-networking/ingress/) to learn more about the Ingress resource.
2525

2626
## What is the Ingress Controller?
2727

0 commit comments

Comments
 (0)