Skip to content

Commit

Permalink
really fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ym1234 committed Feb 25, 2018
1 parent 7b6a7d9 commit de76a9b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions java.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@

#### Documentation

* (Java7) [https://docs.oracle.com/javase/7/docs/api/]
* (Java8) [https://docs.oracle.com/javase/8/docs/api/]
* (Java9) [https://docs.oracle.com/javase/9/docs/api/]
* [Java7](https://docs.oracle.com/javase/7/docs/api/)
* [Java8](https://docs.oracle.com/javase/8/docs/api/)
* [Java9](https://docs.oracle.com/javase/9/docs/api/)

#### Books

* (Effective Java - Third Edition) [https://www.amazon.com/Effective-Java-3rd-Joshua-Bloch/dp/0134685997]
* (Effective Java - Second Edition) [https://www.amazon.com/Effective-Java-2nd-Joshua-Bloch/dp/0321356683]
* (Java Concurrency In Practice) [https://www.amazon.com/Java-Concurrency-Practice-Brian-Goetz/dp/0321349601]
* (Java SE 8 For the Really Impatient) [https://www.amazon.com/Java-SE8-Really-Impatient-Course-ebook/dp/B00HSH2QT6]
* [Effective Java - Third Edition](https://www.amazon.com/Effective-Java-3rd-Joshua-Bloch/dp/0134685997)
* [Effective Java - Second Edition](https://www.amazon.com/Effective-Java-2nd-Joshua-Bloch/dp/0321356683)
* [Java Concurrency In Practice](https://www.amazon.com/Java-Concurrency-Practice-Brian-Goetz/dp/0321349601)
* [Java SE 8 For the Really Impatient](https://www.amazon.com/Java-SE8-Really-Impatient-Course-ebook/dp/B00HSH2QT6)

#### E-Books [free]

Expand Down

0 comments on commit de76a9b

Please sign in to comment.