diff options
Diffstat (limited to 'contributors/guide/coding-conventions.md')
| -rw-r--r-- | contributors/guide/coding-conventions.md | 2 |
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) |
