From 39d946a5af0c32bf219e5491af57f130a43d91eb Mon Sep 17 00:00:00 2001 From: Suraj Ghimire Date: Sun, 15 May 2016 11:08:53 +0530 Subject: [PATCH] previous link of Google Java Style is dead the link http://google-styleguide.googlecode.com/svn/trunk/javaguide.html is broken . --- 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 dc90b35f..2c8dcf37 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1219,7 +1219,7 @@ * [Core Servlets and JavaServer Pages](http://pdf.coreservlets.com) - Marty Hall and Larry Brown * [Data Structures and Algorithms with Object-Oriented Design Patterns in Java](http://www.brpreiss.com/books/opus5/html/page9.html) * [Data Structures in Java for the Principled Programmer](http://dept.cs.williams.edu/~bailey/JavaStructures/Book_files/JavaStructures.pdf) (PDF) -* [Google's Java Style Guide](http://google-styleguide.googlecode.com/svn/trunk/javaguide.html) +* [Google's Java Style Guide](https://google.github.io/styleguide/javaguide.html) * [Introduction to Computer science using Java](http://chortle.ccsu.edu/java5/index.html) * [Introduction to Programming in Java](http://introcs.cs.princeton.edu/java/home/) - Robert Sedgewick and Kevin Wayne * [Introduction to Programming Using Java](http://math.hws.edu/javanotes/) - David J. Eck