From bddb0369211c2757db2f48bd2d193d263614fb10 Mon Sep 17 00:00:00 2001 From: Hal Deadman Date: Mon, 5 Nov 2018 10:21:30 -0500 Subject: [PATCH] fix link in documentation Link to annotations page in kubernetes/ingress-nginx was broken. --- docs/nginx-ingress-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nginx-ingress-controllers.md b/docs/nginx-ingress-controllers.md index 105355af8d..59f9bbad11 100644 --- a/docs/nginx-ingress-controllers.md +++ b/docs/nginx-ingress-controllers.md @@ -18,7 +18,7 @@ The table below summarizes the key difference between nginxinc/kubernetes-ingres | Commercial support | N/A | N/A | Included | | **Load balancing configuration** | | Merging Ingress rules with the same host | Supported | Supported | Supported | -| HTTP load balancing extensions - Annotations | See the [supported annotations](https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/annotations.md) | See the [supported annotations](configmap-and-annotations.md) | See the [supported annotations](configmap-and-annotations.md)| +| HTTP load balancing extensions - Annotations | See the [supported annotations](https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md) | See the [supported annotations](configmap-and-annotations.md) | See the [supported annotations](configmap-and-annotations.md)| | HTTP load balancing extensions -- ConfigMap | See the [supported ConfigMap keys](https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/configmap.md) | See the [supported ConfigMap keys](configmap-and-annotations.md) | See the [supported ConfigMap keys](configmap-and-annotations.md) | | TCP/UDP | Supported via a ConfigMap | Supported via a ConfigMap with native NGINX configuration | Supported via a ConfigMap with native NGINX configuration | | Websocket | Supported | Supported via an [annotation](https://github.com/nginxinc/kubernetes-ingress/tree/master/examples/websocket) | Supported via an [annotation](https://github.com/nginxinc/kubernetes-ingress/tree/master/examples/websocket) |