From e26157df07cddfd062f1a60e3850be158733f6b8 Mon Sep 17 00:00:00 2001 From: Andrew Sy Kim Date: Tue, 26 Mar 2019 13:31:59 -0400 Subject: [PATCH] fix link to etcd install docs --- hack/make-rules/test-integration.sh | 2 +- test/integration/framework/etcd.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/make-rules/test-integration.sh b/hack/make-rules/test-integration.sh index 1991e2edb34..7332c74fe25 100755 --- a/hack/make-rules/test-integration.sh +++ b/hack/make-rules/test-integration.sh @@ -83,7 +83,7 @@ checkEtcdOnPath() { kube::log::status "Checking etcd is on PATH" which etcd && return kube::log::status "Cannot find etcd, cannot run integration tests." - kube::log::status "Please see https://git.k8s.io/community/contributors/devel/sig-testing/testing.md#install-etcd-dependency for instructions." + kube::log::status "Please see https://git.k8s.io/community/contributors/devel/sig-testing/integration-tests.md#install-etcd-dependency for instructions." kube::log::usage "You can use 'hack/install-etcd.sh' to install a copy in third_party/." return 1 } diff --git a/test/integration/framework/etcd.go b/test/integration/framework/etcd.go index f66469a3704..a0b14305b00 100644 --- a/test/integration/framework/etcd.go +++ b/test/integration/framework/etcd.go @@ -36,7 +36,7 @@ var etcdURL = "" const installEtcd = ` Cannot find etcd, cannot run integration tests -Please see https://git.k8s.io/community/contributors/devel/sig-testing/testing.md#install-etcd-dependency for instructions. +Please see https://git.k8s.io/community/contributors/devel/sig-testing/integration-tests.md#install-etcd-dependency for instructions. You can use 'hack/install-etcd.sh' to install a copy in third_party/.