From 51caf8ac80a31d5eb4b1c987705a0c319805a88d Mon Sep 17 00:00:00 2001 From: jumpyapple <70656949+jumpyapple@users.noreply.github.com> Date: Fri, 4 Dec 2020 16:14:47 -0500 Subject: [PATCH] fix(resources/python): replace the link to free book with a new one The target repository change the directory structure resulting in a dead link. --- src/content/resources/language/python/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/resources/language/python/intro.md b/src/content/resources/language/python/intro.md index 421be0c..968cb15 100644 --- a/src/content/resources/language/python/intro.md +++ b/src/content/resources/language/python/intro.md @@ -23,7 +23,7 @@ title: Python ###### Books -- [Free](https://goo.gl/Lxhp7i) +- [Free](https://github.com/EbookFoundation/free-programming-books/blob/master/books/free-programming-books.md#python) - [Python Crash Course - paid](https://goo.gl/XQ7Nx6) - [Advanced - paid](https://wiki.python.org/moin/AdvancedBooks)