From 824c1d3473da7f1bda0bb2ad246fe70abb3800d7 Mon Sep 17 00:00:00 2001 From: Christophe Muller Date: Thu, 7 Jul 2016 19:40:58 +0200 Subject: [PATCH] Replaced Google Python style guide dead-link with new one (#1987) --- 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 9d000f422..aa10a8189 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1741,7 +1741,7 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout, * [Dive into Python 3](http://getpython3.com/diveintopython3/) - Mark Pilgrim (3.0) * [Full Stack Python](http://www.fullstackpython.com) * [Google's Python Class](https://developers.google.com/edu/python/) (2.4 - 2.x) -* [Google's Python Style Guide](http://google-styleguide.googlecode.com/svn/trunk/pyguide.html) +* [Google's Python Style Guide](https://github.com/google/styleguide) * [Hacking Secret Cyphers with Python](http://inventwithpython.com/hacking/chapters/) - Al Sweigart (3.3) * [High Performance Python](http://ianozsvald.com/HighPerformancePythonfromTrainingatEuroPython2011_v0.2.pdf) (PDF) * [Hitchhiker's Guide to Python!](http://docs.python-guide.org/en/latest/) (2.6)