summaryrefslogtreecommitdiff
path: root/contributors/guide/coding-conventions.md
diff options
context:
space:
mode:
authoreduartua <eduartua@gmail.com>2019-01-30 13:26:54 -0600
committereduartua <eduartua@gmail.com>2019-01-30 13:26:54 -0600
commit06a2a2f6867baf35c4b35fcccef872482938854f (patch)
tree850b05653d90337da5c7ceae6f093a52b40b1e9c /contributors/guide/coding-conventions.md
parent15f4ab746981d38ad4ef33ab85ca50613e44e821 (diff)
file testing.md moved to the new folder /devel/sig-testing - URLs updated - tombstone file 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 53a45b65..c424b9d8 100644
--- a/contributors/guide/coding-conventions.md
+++ b/contributors/guide/coding-conventions.md
@@ -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