From d97d1c24ea2729b74405c7dfb9f830ba1377841a Mon Sep 17 00:00:00 2001 From: "Adityan.R" Date: Sat, 10 Sep 2016 23:30:31 +0530 Subject: [PATCH] Update README.md Google's Java Style link was broken, which is updated. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fa2efc..be0cd8b 100644 --- a/README.md +++ b/README.md @@ -786,8 +786,8 @@ Resources to help you become a Java master. [puppet]: http://puppetlabs.com/ [ansible]: http://www.ansible.com/home [squadron]: http://www.gosquadron.com -[googlestyle]: http://google-styleguide.googlecode.com/svn/trunk/javaguide.html -[googlepractices]: http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s6-programming-practices +[googlestyle]: https://google.github.io/styleguide/javaguide.html +[googlepractices]: https://google.github.io/styleguide/javaguide.html#s6-programming-practices [di]: http://en.wikipedia.org/wiki/Dependency_injection [spring]: http://projects.spring.io/spring-framework/ [springso]: http://programmers.stackexchange.com/questions/92393/what-does-the-spring-framework-do-should-i-use-it-why-or-why-not