From 9cdf69c6dfa6d01cf0b2f538e9b8d76a2a2219c6 Mon Sep 17 00:00:00 2001 From: Jenny Buckley Date: Fri, 29 Sep 2017 13:24:33 -0700 Subject: [PATCH] Update file location in comment --- test/e2e/common/expansion.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/e2e/common/expansion.go b/test/e2e/common/expansion.go index b93266a20b3..d8f6ecf34a3 100644 --- a/test/e2e/common/expansion.go +++ b/test/e2e/common/expansion.go @@ -26,7 +26,8 @@ import ( ) // These tests exercise the Kubernetes expansion syntax $(VAR). -// For more information, see: docs/design/expansion.md +// For more information, see: +// https://github.com/kubernetes/community/blob/master/contributors/design-proposals/node/expansion.md var _ = framework.KubeDescribe("Variable Expansion", func() { f := framework.NewDefaultFramework("var-expansion")