summaryrefslogtreecommitdiff
path: root/contributors/guide/coding-conventions.md
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2019-01-30 11:50:33 -0800
committerGitHub <noreply@github.com>2019-01-30 11:50:33 -0800
commit362bc1c406a604dbe6a56e60146a67fcce56d5cf (patch)
tree6592c8baa26a0ec129e25d8eb4fc597825355719 /contributors/guide/coding-conventions.md
parent04f8eea1cf75f6bc0323217aabc81b99d4234bd8 (diff)
parent03190b4bedac819dbf80e70e1574ed0f43ab2cda (diff)
Merge pull request #3173 from eduartua/issue-3064-grouping-by-sig-testing
Grouping /devel files by SIGs - SIG Testing
Diffstat (limited to 'contributors/guide/coding-conventions.md')
-rw-r--r--contributors/guide/coding-conventions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/guide/coding-conventions.md b/contributors/guide/coding-conventions.md
index ebabbcbf..c424b9d8 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
@@ -86,7 +86,7 @@ required when your code does not compile on Windows).
asynchronous thing to happen (e.g. wait for 1 seconds and expect a Pod to be
running). Wait and retry instead.
- - See the [testing guide](/contributors/devel/testing.md) for additional testing advice.
+ - See the [testing guide](/contributors/devel/sig-testing/testing.md) for additional testing advice.
## Directory and file conventions