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/.