From 4e1f4266cd59696f01f58cd6250c99cd6c1a29c3 Mon Sep 17 00:00:00 2001 From: Guy Date: Wed, 27 Sep 2017 11:47:52 -0400 Subject: [PATCH] Fix broken link (#2546) --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index b2fd9203..e7f8a73d 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1158,7 +1158,7 @@ * [Go by Example](https://gobyexample.com) * [Go for Javascript Developers](https://github.com/bulim/go-for-javascript-developers) * [Learning Go](https://miek.nl/go/) -* [Let's learn Go!](http://go-book.appspot.com) +* [Let's learn Go!](http://go-book.readthedocs.io/en/latest/) * [Network programming with Go](https://jan.newmarch.name/go/) * [Practical Cryptography With Go](https://leanpub.com/gocrypto/read) * [The Go Tutorial](http://tour.golang.org) -- GitLab