Skip to content

Commit e26157d

Browse files
committed
fix link to etcd install docs
1 parent 7dfcacd commit e26157d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/make-rules/test-integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ checkEtcdOnPath() {
8383
kube::log::status "Checking etcd is on PATH"
8484
which etcd && return
8585
kube::log::status "Cannot find etcd, cannot run integration tests."
86-
kube::log::status "Please see https://git.k8s.io/community/contributors/devel/sig-testing/testing.md#install-etcd-dependency for instructions."
86+
kube::log::status "Please see https://git.k8s.io/community/contributors/devel/sig-testing/integration-tests.md#install-etcd-dependency for instructions."
8787
kube::log::usage "You can use 'hack/install-etcd.sh' to install a copy in third_party/."
8888
return 1
8989
}

test/integration/framework/etcd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var etcdURL = ""
3636

3737
const installEtcd = `
3838
Cannot find etcd, cannot run integration tests
39-
Please see https://git.k8s.io/community/contributors/devel/sig-testing/testing.md#install-etcd-dependency for instructions.
39+
Please see https://git.k8s.io/community/contributors/devel/sig-testing/integration-tests.md#install-etcd-dependency for instructions.
4040
4141
You can use 'hack/install-etcd.sh' to install a copy in third_party/.
4242

0 commit comments

Comments
 (0)