From 9cfd840e1cd9376f562662dfe8135d3042a1e4cd Mon Sep 17 00:00:00 2001 From: eduartua Date: Mon, 28 Jan 2019 14:45:07 -0600 Subject: file logging.md was moved to the new sig-instrumentation folder - URLs in k/community were updated --- contributors/guide/coding-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contributors/guide/coding-conventions.md') diff --git a/contributors/guide/coding-conventions.md b/contributors/guide/coding-conventions.md index 63cc18ce..ebabbcbf 100644 --- a/contributors/guide/coding-conventions.md +++ b/contributors/guide/coding-conventions.md @@ -61,7 +61,7 @@ following Go conventions - `stateLock`, `mapLock` etc. - [Kubectl conventions](/contributors/devel/kubectl-conventions.md) - - [Logging conventions](/contributors/devel/logging.md) + - [Logging conventions](/contributors/devel/sig-instrumentation/logging.md) ## Testing conventions -- cgit v1.2.3 From af988769d2eeb2dedb3373670aa3a9643c611064 Mon Sep 17 00:00:00 2001 From: eduartua Date: Wed, 30 Jan 2019 12:55:10 -0600 Subject: e2e-test.md file moved to the new /devel/-sig-testing folder - URLs updated - tombstone files created --- contributors/guide/coding-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contributors/guide/coding-conventions.md') 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 -- cgit v1.2.3 From 06a2a2f6867baf35c4b35fcccef872482938854f Mon Sep 17 00:00:00 2001 From: eduartua Date: Wed, 30 Jan 2019 13:26:54 -0600 Subject: file testing.md moved to the new folder /devel/sig-testing - URLs updated - tombstone file created --- contributors/guide/coding-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contributors/guide/coding-conventions.md') 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 -- cgit v1.2.3