From b6360c635199ab3c6ad05313326a4ac236461c95 Mon Sep 17 00:00:00 2001 From: Nathan Youngman Date: Fri, 29 Jul 2016 15:02:35 -0600 Subject: [PATCH] fix broken links to images it appears that sm3lir is down --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5fea633..6a177e4 100644 --- a/README.md +++ b/README.md @@ -139,13 +139,13 @@ Tested, easy-to-adapt code examples illuminate every step of Go development, hel ---- ###[Building Web Apps with Go](https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details) *Free* - + A good resource for start Building Web Apps with Go. Free to [read online](http://codegangsta.gitbooks.io/building-web-apps-with-go/content/), [pdf](https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details) and [mobi](https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details) version. ###[Build Web Application with Golang](https://www.gitbook.com/book/astaxie/build-web-application-with-golang/details) *Free* - + Another awesome book for learning Web Development in Golang. Free to [read online](http://astaxie.gitbooks.io/build-web-application-with-golang/content/en/index.html) @@ -171,7 +171,7 @@ Go Web Programming teaches you how to build web applications in Go using modern ###[Build webapps in Go the anti textbook](https://github.com/thewhitetulip/web-dev-golang-anti-textbook) *free* - + This book was written to teach how to develop web applications in Go for people who know a bit of Go and have basic information about web applications in general. We (you) will build a webapp without using a third party framework and using as few external libraries as possible. The advantage is that you'll learn a lot when you code without a framework.