From c3a6ccc4375e4a0fc17cadad2c38f39d3bcb05df Mon Sep 17 00:00:00 2001 From: -=fAlC0n=- Date: Wed, 10 Feb 2016 15:14:24 -0500 Subject: [PATCH] Fixed the broken link --- 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 4b1b793c..d092def8 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1088,7 +1088,7 @@ Original Source: [List of freely available programming books](http://web.archive * [Effective Go](https://golang.org/doc/effective_go.html) * [Go Bootcamp](http://www.golangbootcamp.com/book) - Matt Aimonetti * [Go by Example](https://gobyexample.com) -* [Learning Go](https://archive.miek.nl/projects/learninggo/index.html) +* [Learning Go](https://miek.nl/go/) * [Let's learn Go!](http://go-book.appspot.com) * [Network programming with Go](https://jan.newmarch.name/go/) * [Practical Cryptography With Go](https://leanpub.com/gocrypto/read)