diff --git a/docs/examples/rewrite/README.md b/docs/examples/rewrite/README.md index 0e2acf1cf..f67cd90d5 100644 --- a/docs/examples/rewrite/README.md +++ b/docs/examples/rewrite/README.md @@ -4,7 +4,7 @@ This example demonstrates how to use the Rewrite annotations ## Prerequisites -You will need to make sure you Ingress targets exactly one Ingress +You will 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.