summaryrefslogtreecommitdiff
path: root/contributors/guide/github-workflow.md
diff options
context:
space:
mode:
authoreduartua <eduartua@gmail.com>2019-01-30 12:55:10 -0600
committereduartua <eduartua@gmail.com>2019-01-30 12:55:10 -0600
commitaf988769d2eeb2dedb3373670aa3a9643c611064 (patch)
treed06cb9f5d55d3b4c81acc84fcb79f31de7636931 /contributors/guide/github-workflow.md
parent05e84cedf1d1e791bb8c9a153b3d3f7306420fe1 (diff)
e2e-test.md file moved to the new /devel/-sig-testing folder - URLs updated - tombstone files created
Diffstat (limited to 'contributors/guide/github-workflow.md')
-rw-r--r--contributors/guide/github-workflow.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/guide/github-workflow.md b/contributors/guide/github-workflow.md
index 221a7921..a50643f0 100644
--- a/contributors/guide/github-workflow.md
+++ b/contributors/guide/github-workflow.md
@@ -155,11 +155,11 @@ make test-integration
# Run e2e tests by building test binaries, turn up a test cluster, run all tests, and tear the cluster down
# Equivalent to: go run hack/e2e.go -- -v --build --up --test --down
# Note: running all e2e tests takes a LONG time! To run specific e2e tests, visit:
-# https://git.k8s.io/community/contributors/devel/e2e-tests.md#building-kubernetes-and-running-the-tests
+# https://git.k8s.io/community/contributors/devel/sig-testing/e2e-tests.md#building-kubernetes-and-running-the-tests
make test-e2e
```
-See the [testing guide](/contributors/devel/testing.md) and [end-to-end tests](/contributors/devel/e2e-tests.md)
+See the [testing guide](/contributors/devel/sig-testing/testing.md) and [end-to-end tests](/contributors/devel/sig-testing/e2e-tests.md)
for additional information and scenarios.
Run `make help` for additional information on these make targets.