summaryrefslogtreecommitdiff
path: root/contributors/guide/coding-conventions.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/coding-conventions.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/coding-conventions.md')
-rw-r--r--contributors/guide/coding-conventions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/guide/coding-conventions.md b/contributors/guide/coding-conventions.md
index ebabbcbf..53a45b65 100644
--- a/contributors/guide/coding-conventions.md
+++ b/contributors/guide/coding-conventions.md
@@ -72,7 +72,7 @@ tests
example, see [TestNamespaceAuthorization](https://git.k8s.io/kubernetes/test/integration/auth/auth_test.go)
- Significant features should come with integration (test/integration) and/or
-[end-to-end (test/e2e) tests](/contributors/devel/e2e-tests.md)
+[end-to-end (test/e2e) tests](/contributors/devel/sig-testing/e2e-tests.md)
- Including new kubectl commands and major features of existing commands
- Unit tests must pass on macOS and Windows platforms - if you use Linux