Skip to content

Commit aabb993

Browse files
authored
Fix hyperlinks in Ingress concept (#43110)
* Fixed the Hyperlinks under the Ingress docs. * Modified the hyperlink for Ingress spec.
1 parent 8ff62f8 commit aabb993

File tree

1 file changed

+3
-3
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+3
-3
lines changed

content/en/docs/concepts/services-networking/ingress.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ is the [rewrite-target annotation](https://github.com/kubernetes/ingress-nginx/b
8484
Different [Ingress controllers](/docs/concepts/services-networking/ingress-controllers) support different annotations.
8585
Review the documentation for your choice of Ingress controller to learn which annotations are supported.
8686

87-
The Ingress [spec](https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status)
87+
The [Ingress spec](/docs/reference/kubernetes-api/service-resources/ingress-v1/#IngressSpec)
8888
has all the information needed to configure a load balancer or proxy server. Most importantly, it
8989
contains a list of rules matched against all incoming requests. Ingress resource only supports rules
9090
for directing HTTP(S) traffic.
@@ -94,8 +94,8 @@ should be defined.
9494

9595
There are some ingress controllers, that work without the definition of a
9696
default `IngressClass`. For example, the Ingress-NGINX controller can be
97-
configured with a [flag](https://kubernetes.github.io/ingress-nginx/#what-is-the-flag-watch-ingress-without-class)
98-
`--watch-ingress-without-class`. It is [recommended](https://kubernetes.github.io/ingress-nginx/#i-have-only-one-instance-of-the-ingresss-nginx-controller-in-my-cluster-what-should-i-do) though, to specify the
97+
configured with a [flag](https://kubernetes.github.io/ingress-nginx/user-guide/k8s-122-migration/#what-is-the-flag-watch-ingress-without-class)
98+
`--watch-ingress-without-class`. It is [recommended](https://kubernetes.github.io/ingress-nginx/user-guide/k8s-122-migration/#i-have-only-one-ingress-controller-in-my-cluster-what-should-i-do) though, to specify the
9999
default `IngressClass` as shown [below](#default-ingress-class).
100100

101101
### Ingress rules

0 commit comments

Comments
 (0)