From aec30530356f433729658d1e682ade3ee65e31fe Mon Sep 17 00:00:00 2001 From: eduartua Date: Thu, 24 Jan 2019 11:57:12 -0600 Subject: Grouping files by sig-architecture - fixed links --- 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..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) -- cgit v1.2.3