fix broken links in static-ip readme (#2035)
Signed-off-by: LinWengang <linwengang@chinacloud.com.cn>
This commit is contained in:
parent
e34afc0fa4
commit
20675cccd0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ This example demonstrates how to assign a static-ip to an Ingress on through the
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
You need a [TLS cert](/examples/PREREQUISITES.md#tls-certificates) and a [test HTTP service](/examples/PREREQUISITES.md#test-http-service) for this example.
|
You need a [TLS cert](/docs/examples/PREREQUISITES.md#tls-certificates) and a [test HTTP service](/docs/examples/PREREQUISITES.md#test-http-service) for this example.
|
||||||
You will also need to make sure your Ingress targets exactly one Ingress
|
You will also need to make sure your Ingress targets exactly one Ingress
|
||||||
controller by specifying the [ingress.class annotation](/README.md#annotation-ingressclass),
|
controller by specifying the [ingress.class annotation](/README.md#annotation-ingressclass),
|
||||||
and that you have an ingress controller [running](/deploy/README.md) in your cluster.
|
and that you have an ingress controller [running](/deploy/README.md) in your cluster.
|
||||||
|
|
Loading…
Reference in a new issue