From 4674c0ec691c25b1640064d772c3a74e4337a56b Mon Sep 17 00:00:00 2001 From: Guangya Liu Date: Mon, 10 Apr 2017 13:39:43 +0800 Subject: [PATCH] Updated faq for running multiple ingress controller. --- docs/faq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/README.md b/docs/faq/README.md index 865921581..60b665cdf 100644 --- a/docs/faq/README.md +++ b/docs/faq/README.md @@ -79,7 +79,7 @@ To completely stop the Ingress controller on GCE/GKE, please see [this](gce.md#h Multiple Ingress controllers can co-exist and key off the `ingress-class` annotation, as shown in this [faq](#how-do-i-run-multiple-ingress-controllers-in-the-same-cluster), -as well as in [this](/examples/pipeline) example. +as well as in [this](/examples/daemonset/nginx) example. ## How do I contribute a backend to the generic Ingress controller?