From fbd3778fa4e5f46d8db6d88559a12e7ed068626e Mon Sep 17 00:00:00 2001 From: Khris Richardson Date: Fri, 1 Sep 2017 16:04:06 -0700 Subject: [PATCH] fix link to conformance suite --- 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 5599a5c9b..49e4a9e5a 100644 --- a/docs/faq/README.md +++ b/docs/faq/README.md @@ -86,7 +86,7 @@ as well as in [this](/examples/daemonset/nginx) example. First check the [catalog](#is-there-a-catalog-of-existing-ingress-controllers), to make sure you really need to write one. 1. Write a [generic backend](/examples/custom-controller) -2. Keep it in your own repo, make sure it passes the [conformance suite](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/ingress_utils.go#L112) +2. Keep it in your own repo, make sure it passes the [conformance suite](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/framework/ingress_utils.go#L129) 3. Submit an example(s) in the appropriate subdirectories [here](/examples/README.md) 4. Add it to the catalog