From f40670e2a36ed61909ed33c9262948fdf704235d Mon Sep 17 00:00:00 2001 From: John Arundel Date: Tue, 7 Sep 2021 18:24:53 +0100 Subject: [PATCH] Update 'For the Love of Go' link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eeb2dd9..6d3354bd 100644 --- a/README.md +++ b/README.md @@ -2645,7 +2645,7 @@ _**Unofficial** set of patterns for structuring projects._ * [An Introduction to Programming in Go](http://www.golang-book.com/) * [Build Web Application with Golang](https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/) * [Building Web Apps With Go](https://codegangsta.gitbooks.io/building-web-apps-with-go/content/) -* [For the Love of Go](https://bitfieldconsulting.com/books) - A series of introductory books for Go beginners. +* [For the Love of Go](https://bitfieldconsulting.com/books/love) - An introductory book for Go beginners. * [Go 101](https://go101.org) - A book focusing on Go syntax/semantics and all kinds of details. * [Go Bootcamp](http://golangbootcamp.com) * [Go Succinctly](https://github.com/thedevsir/gosuccinctly) - in Persian.