From 1a74ff39a69c045b516fce65f63b05f888e7a5d1 Mon Sep 17 00:00:00 2001 From: Shubham Rao Date: Fri, 19 Feb 2016 19:47:54 +0530 Subject: [PATCH] Update dead link "Mostly Adequate Guide to Functional Programming" Original link returned 404 --- 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 5cc8754b..3d867361 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -589,7 +589,7 @@ Original Source: [List of freely available programming books](http://web.archive #### Programming Paradigms * [Introduction to Functional Programming](http://www.cl.cam.ac.uk/teaching/Lectures/funprog-jrh-1996/) (class lectures and slides) -* [Mostly Adequate Guide to Functional Programming](https://drboolean.gitbooks.io/mostly-adequate-guide/) +* [Mostly Adequate Guide to Functional Programming](https://www.gitbook.com/book/drboolean/mostly-adequate-guide/details) * [Type Theory and Functional Programming](https://www.cs.kent.ac.uk/people/staff/sjt/TTFP/) -- GitLab