From 2a331187029831cf6d165348ba0a3ec85804e481 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 28 Jul 2025 21:52:25 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)