Update README.md

This commit is contained in:
inder123 2016-03-25 09:21:59 -07:00
parent 26f3b2d637
commit a23a7dba2d

View File

@ -21,7 +21,7 @@ There are a few open-source projects that can convert Java objects to JSON. Howe
* For Maven check "Dependency Information" tab, on the left side.
###*Gson Documentation*
* Gson [API](http://google.github.io/gson/apidocs/): Javadocs for the current Gson release
* Gson [API](http://www.javadoc.io/doc/com.google.code.gson/gson): Javadocs for the current Gson release
* Gson [user guide](https://github.com/google/gson/blob/master/UserGuide.md): This guide contains examples on how to use Gson in your code.
* Gson [Roadmap](https://github.com/google/gson/blob/master/CHANGELOG.md): Details of changes in the recent versions
* Gson [design document](https://github.com/google/gson/blob/master/GsonDesignDocument.md): This document discusses issues we faced while designing Gson. It also include a comparison of Gson with other Java libraries that can be used for Json conversion