diff options
author | Gabriel SoHappy <czh.gabriel@gmail.com> | 2015-10-20 23:02:18 +0800 |
---|---|---|
committer | Gabriel SoHappy <czh.gabriel@gmail.com> | 2015-10-21 02:05:37 +0800 |
commit | c1f573fb33e07fcb4e32b326c7e906b2576f2470 (patch) | |
tree | 31571aa633db3e230b8bcf995d4806462dce96a2 | |
parent | f6d070eeac64abce90550f309ab655846115b12e (diff) |
fix broken link for java code conventions
-rw-r--r-- | java.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java.html.markdown b/java.html.markdown index 38c9e490..94d266f6 100644 --- a/java.html.markdown +++ b/java.html.markdown @@ -709,7 +709,7 @@ The links provided here below are just to get an understanding of the topic, fee * [Generics](http://docs.oracle.com/javase/tutorial/java/generics/index.html) -* [Java Code Conventions](http://www.oracle.com/technetwork/java/codeconv-138413.html) +* [Java Code Conventions](http://www.oracle.com/technetwork/java/codeconvtoc-136057.html) **Online Practice and Tutorials** |