summaryrefslogtreecommitdiff
path: root/contributors/guide/coding-conventions.md
diff options
context:
space:
mode:
authoreduartua <eduartua@gmail.com>2019-01-24 11:57:12 -0600
committereduartua <eduartua@gmail.com>2019-01-24 11:57:12 -0600
commitaec30530356f433729658d1e682ade3ee65e31fe (patch)
tree7d6d48d28acb6e274b1b823b62c88cf9bbe22b6c /contributors/guide/coding-conventions.md
parentb42c86ea6b061cc34d195ddf3524db29b357dc11 (diff)
Grouping files by sig-architecture - fixed links
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..0ce3203d 100644
--- a/contributors/guide/coding-conventions.md
+++ b/contributors/guide/coding-conventions.md
@@ -55,7 +55,7 @@ the name of the directory in which the .go file exists.
sync.Mutex`). When multiple locks are present, give each lock a distinct name
following Go conventions - `stateLock`, `mapLock` etc.
- - [API changes](/contributors/devel/api_changes.md)
+ - [API changes](https://git.k8s.io/community/contributors/devel/sig-architecture/api_changes.md)
- [API conventions](/contributors/devel/api-conventions.md)