diff --git a/README.md b/README.md index f3d2bd6..adf5895 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ * [Less is exponentially more](https://commandcenter.blogspot.com/2012/06/less-is-exponentially-more.html) * [Getting to Go: The Journey of Go's Garbage Collector](https://blog.golang.org/ismmkeynote) * [Communicating Sequential Processes](./Communicating%20Sequential%20Processes.pdf) -* [Code Review Comments](https://github.com/golang/go/wiki/CodeReviewComments) +* [Code Review Comments](https://go.dev/wiki/CodeReviewComments) * [Organizing Database Access](https://www.alexedwards.net/blog/organising-database-access) * [What's in a Name](https://talks.golang.org/2014/names.slide#1) * [When in Go, Do as Gophers Do](https://talks.golang.org/2014/readability.slide#1)