diff --git a/README.md b/README.md index df4d4777..7fd945be 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ cli client. That client will eventually move here too. - No dependence on `k8s.io/kubernetes`. Dependence on other repositories is fine. -- Code must be usefully [commented](https://golang.org/doc/effective_go.html#commentary). +- Code must be usefully [commented](https://go.dev/doc/effective_go#commentary). Not only for developers on the project, but also for external users of these packages. - When reviewing PRs, you are encouraged to use Golang's [code review