From 7c4e7e5151ed1e6acc4f75149cb82cc95f6dc6e6 Mon Sep 17 00:00:00 2001 From: SANJIB GIRI <31872288+sanjibgirics@users.noreply.github.com> Date: Wed, 18 Oct 2023 22:14:13 +0530 Subject: [PATCH] Improve link and add author (#10412) * Improve link and add author * remove github beside author Co-authored-by: Eric Hellman --------- Co-authored-by: Eric Hellman --- books/free-programming-books-zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-zh.md b/books/free-programming-books-zh.md index 2ff60b04c..154e96ade 100644 --- a/books/free-programming-books-zh.md +++ b/books/free-programming-books-zh.md @@ -393,7 +393,7 @@ * [Go 语言设计与实现](https://draveness.me/golang) - draveness * [Go 语言实战笔记](https://github.com/rujews/go-in-action-notes) * [Go 指南](https://tour.go-zh.org/list) (《A Tour of Go》中文版) -* [Go Web 编程](https://github.com/astaxie/build-web-application-with-golang) +* [Go Web 编程](https://astaxie.gitbooks.io/build-web-application-with-golang/content/zh/) - astaxie * [Go实战开发](https://github.com/astaxie/go-best-practice) * [Go语言博客实践](https://github.com/achun/Go-Blog-In-Action) * [Java程序员的Golang入门指南](http://blog.csdn.net/dc_726/article/details/46565241)