diff options
author | Geoff Liu <cangming.liu@gmail.com> | 2015-10-28 17:24:26 +0800 |
---|---|---|
committer | Geoff Liu <cangming.liu@gmail.com> | 2015-10-28 17:24:26 +0800 |
commit | 75cb877da85911c5fba791b12ca704ade192ef11 (patch) | |
tree | 2c033e2dd39b13f0959c8a491d90dee3b4e2f6c2 /java.html.markdown | |
parent | ea82bfe55d8e3ec1cd8b5b5998a6904426ed53b4 (diff) | |
parent | c625be3463fb5fdc593635b7f269e6fbea5cb105 (diff) |
Merge pull request #1701 from gczh/fix-broken-links-cn
[java/cn] Fix broken links for chinese version of java docs
Diffstat (limited to 'java.html.markdown')
-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 efc4407b..4f5cde38 100644 --- a/java.html.markdown +++ b/java.html.markdown @@ -720,7 +720,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** |