From 1f07f047685d2483e9c29a817d12aaf73e0789f9 Mon Sep 17 00:00:00 2001 From: Victor Felder Date: Fri, 11 Oct 2013 17:25:32 +0200 Subject: [PATCH] Corrected a few links. --- free-programming-books.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 0ae1af8a..7e460692 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -515,15 +515,15 @@ * [Byte of Python](http://www.swaroopch.com/notes/Python) * [Data Structures and Algorithms in Python](http://www.brpreiss.com/books/opus7/html/book.html) * [Dive into Python](http://www.diveintopython.net/) -* [Dive into Python 3](http://diveintopython3.ep.io/) +* [Dive into Python 3](http://getpython3.com/diveintopython3/) * [The Django Book](http://djangobook.com/) * [How to Think Like a Computer Scientist: Learning with Python](http://www.greenteapress.com/thinkpython/thinkCSpy/) -* [Invent Your Own Computer Games With Python](http://inventwithpython.com/) -* [Learn Python The Hard Way](http://learnpythonthehardway.org) +* [Invent Your Own Computer Games With Python](http://inventwithpython.com/chapters/) +* [Learn Python The Hard Way](http://learnpythonthehardway.org/book/) * [Natural Language Processing with Python](http://www.nltk.org/book) * [Python Bibliotheca](http://openbookproject.net/pybiblio/) * [Python for Fun](http://www.openbookproject.net/py4fun/) -* [Snake Wrangling For Kids](http://www.briggs.net.nz/log/writing/snake-wrangling-for-kids/) +* [Snake Wrangling For Kids](http://www.briggs.net.nz/snake-wrangling-for-kids.html) * [Think Python](http://www.greenteapress.com/thinkpython/thinkpython.pdf) (PDF) * [Thinking in Python](http://www.mindview.net/Books/TIPython/) -- GitLab