Update deprecated links

This commit is contained in:
Ben Moss
2019-02-04 13:28:31 -05:00
parent 97f526665b
commit 34ac4d9ee9
63 changed files with 205 additions and 205 deletions

View File

@@ -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://github.com/kubernetes/community/blob/master/contributors/devel/testing.md#install-etcd-dependency for instructions."
kube::log::status "Please see https://git.k8s.io/community/contributors/devel/sig-testing/testing.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
}