Skip to content

Commit 2bd6d3c

Browse files
Fix link issue.
1 parent 1fced11 commit 2bd6d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/ingress-controller-annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For an Ingress resource to be observed by AGIC, it **must be annotated** with `k
2222
| Annotation Key | Value Type | Default Value | Allowed Values
2323
| -- | -- | -- | -- |
2424
| [appgw.ingress.kubernetes.io/backend-path-prefix](#backend-path-prefix) | `string` | `nil` | |
25-
| [appgw.ingress.kubernetes.io/ssl-redirect](#ssl-redirect) | `bool` | `false` | |
25+
| [appgw.ingress.kubernetes.io/ssl-redirect](#tls-redirect) | `bool` | `false` | |
2626
| [appgw.ingress.kubernetes.io/connection-draining](#connection-draining) | `bool` | `false` | |
2727
| [appgw.ingress.kubernetes.io/connection-draining-timeout](#connection-draining) | `int32` (seconds) | `30` | |
2828
| [appgw.ingress.kubernetes.io/cookie-based-affinity](#cookie-based-affinity) | `bool` | `false` | |

0 commit comments

Comments
 (0)