Merge pull request #1701 from gczh/fix-broken-links-cn

[java/cn] Fix broken links for chinese version of java docs
This commit is contained in:
Geoff Liu 2015-10-28 17:24:26 +08:00
commit 75cb877da8
2 changed files with 2 additions and 2 deletions

View File

@ -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**

View File

@ -405,4 +405,4 @@ class PennyFarthing extends Bicycle {
* [泛型](http://docs.oracle.com/javase/tutorial/java/generics/index.html)
* [Java代码规范](http://www.oracle.com/technetwork/java/codeconv-138413.html)
* [Java代码规范](http://www.oracle.com/technetwork/java/codeconvtoc-136057.html)