summaryrefslogtreecommitdiff
path: root/contributors/guide/coding-conventions.md
diff options
context:
space:
mode:
authoreduartua <eduartua@gmail.com>2019-01-28 14:45:07 -0600
committereduartua <eduartua@gmail.com>2019-01-28 14:45:07 -0600
commit9cfd840e1cd9376f562662dfe8135d3042a1e4cd (patch)
tree12b3c4cf3b0986493eb5a2694fbdacfcf7e191e4 /contributors/guide/coding-conventions.md
parentdd5f03ec493bf9ac887ce83b1015751e5f1c7755 (diff)
file logging.md was moved to the new sig-instrumentation folder - URLs in k/community were updated
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 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