Skip to content

Commit

Permalink
Update official Ingress resource link (#3864)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ADubhlaoich authored May 8, 2023
1 parent 1407c3a commit 1e92ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/intro/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit 1e92ba4

Please sign in to comment.