summaryrefslogtreecommitdiff
path: root/contributors/devel/e2e-node-tests.md
diff options
context:
space:
mode:
authorChristoph Blecker <admin@toph.ca>2017-12-21 17:53:39 -0800
committerChristoph Blecker <admin@toph.ca>2017-12-21 18:34:08 -0800
commit95a4a105cd5e626edca2f8f00eb3dff32f1f1c5c (patch)
tree04eb87ec9b60f1d8f282d528fdb308be787af018 /contributors/devel/e2e-node-tests.md
parentce3044d912391d987a9ef8315c701f3e5671fe45 (diff)
Use git.k8s.io for links
Diffstat (limited to 'contributors/devel/e2e-node-tests.md')
-rw-r--r--contributors/devel/e2e-node-tests.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/contributors/devel/e2e-node-tests.md b/contributors/devel/e2e-node-tests.md
index 0dda84a3..4f3327cb 100644
--- a/contributors/devel/e2e-node-tests.md
+++ b/contributors/devel/e2e-node-tests.md
@@ -137,7 +137,7 @@ make test-e2e-node REMOTE=true IMAGE_PROJECT="<name-of-project-with-images>" IMA
```
Setting up your own host image may require additional steps such as installing etcd or docker. See
-[setup_host.sh](https://github.com/kubernetes/kubernetes/tree/master/test/e2e_node/environment/setup_host.sh) for common steps to setup hosts to run node tests.
+[setup_host.sh](https://git.k8s.io/kubernetes/test/e2e_node/environment/setup_host.sh) for common steps to setup hosts to run node tests.
## Create instances using a different instance name prefix
@@ -223,7 +223,7 @@ the bottom of the comments section. To re-run just the node e2e tests from the
`@k8s-bot node e2e test this issue: #<Flake-Issue-Number or IGNORE>` and **include a link to the test
failure logs if caused by a flake.**
-The PR builder runs tests against the images listed in [jenkins-pull.properties](https://github.com/kubernetes/kubernetes/tree/master/test/e2e_node/jenkins/jenkins-pull.properties)
+The PR builder runs tests against the images listed in [jenkins-pull.properties](https://git.k8s.io/kubernetes/test/e2e_node/jenkins/jenkins-pull.properties)
-The post submit tests run against the images listed in [jenkins-ci.properties](https://github.com/kubernetes/kubernetes/tree/master/test/e2e_node/jenkins/jenkins-ci.properties)
+The post submit tests run against the images listed in [jenkins-ci.properties](https://git.k8s.io/kubernetes/test/e2e_node/jenkins/jenkins-ci.properties)