From 20675cccd02c0dd70213d4a4f080dc8a79596484 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 6 Feb 2018 09:43:35 +0800 Subject: [PATCH] fix broken links in static-ip readme (#2035) Signed-off-by: LinWengang --- docs/examples/static-ip/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/static-ip/README.md b/docs/examples/static-ip/README.md index 1213b82f6..130a2f88e 100644 --- a/docs/examples/static-ip/README.md +++ b/docs/examples/static-ip/README.md @@ -4,7 +4,7 @@ This example demonstrates how to assign a static-ip to an Ingress on through the ## 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 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.