From ee484aa19f47264d956c2cf5d6e0963503272a10 Mon Sep 17 00:00:00 2001 From: Leszek Charkiewicz Date: Tue, 7 Feb 2017 20:26:11 +0100 Subject: [PATCH] Fix wrong URL in nginx ingress configuration --- controllers/nginx/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/nginx/configuration.md b/controllers/nginx/configuration.md index 776644b6fe..c494d1aab7 100644 --- a/controllers/nginx/configuration.md +++ b/controllers/nginx/configuration.md @@ -66,7 +66,7 @@ In addition to the built-in functions provided by the Go package the following f - empty: returns true if the specified parameter (string) is empty - contains: [strings.Contains](https://golang.org/pkg/strings/#Contains) - - hasPrefix: [strings.HasPrefix](https://golang.org/pkg/strings/#Contains) + - hasPrefix: [strings.HasPrefix](https://golang.org/pkg/strings/#HasPrefix) - hasSuffix: [strings.HasSuffix](https://golang.org/pkg/strings/#HasSuffix) - toUpper: [strings.ToUpper](https://golang.org/pkg/strings/#ToUpper) - toLower: [strings.ToLower](https://golang.org/pkg/strings/#ToLower)