From ff23847a3bc8d6a2ff0105f16fa04fe3e06cc849 Mon Sep 17 00:00:00 2001 From: Howie Zhao Date: Sun, 13 Dec 2020 00:59:33 +0800 Subject: [PATCH] fix: fix broken links (#5218) --- books/free-programming-books-zh.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/books/free-programming-books-zh.md b/books/free-programming-books-zh.md index 01aa347b..c3b7c634 100644 --- a/books/free-programming-books-zh.md +++ b/books/free-programming-books-zh.md @@ -223,7 +223,6 @@ * [HgInit (中文版)](https://zh-hginit.readthedocs.io/en/latest/) * [Mercurial 使用教程](https://www.mercurial-scm.org/wiki/ChineseTutorial) * [Pro Git](https://git-scm.com/book/zh/v2) -* [Pro Git 中文版](https://www.gitbook.com/book/0532/progit/details) * [Pro Git 第二版 中文版](https://bingohuang.gitbooks.io/progit2/content) - Bingo Huang * [svn 手册](http://svnbook.red-bean.com/nightly/zh/index.html) * [学习 Git 分支](https://learngitbranching.js.org) @@ -414,7 +413,7 @@ ### Haskell -* [Haskell 趣学指南](http://learnyoua.haskell.sg) +* [Haskell 趣学指南](https://learnyouahaskell.mno2.org) * [Real World Haskell 中文版](http://cnhaskell.com)