fixed links

This commit is contained in:
Inderjeet Singh 2015-03-19 13:37:10 -07:00
parent 62b9428fbd
commit 1fb33e427a

View File

@ -12,15 +12,15 @@ There are a few open-source projects that can convert Java objects to JSON. Howe
* Support arbitrarily complex objects (with deep inheritance hierarchies and extensive use of generic types)
*Gson Downloads*
* Gson 2.3.1 [http://search.maven.org/#artifactdetails%7Ccom.google.code.gson%7Cgson%7C2.3.1%7Cjar downloads at Maven Central]
* [Gson 2.3.1 Download](http://search.maven.org/#artifactdetails%7Ccom.google.code.gson%7Cgson%7C2.3.1%7Cjar) downloads at Maven Central
*Gson Documentation*
* Gson [http://google-gson.googlecode.com/svn/trunk/gson/docs/javadocs/index.html API]: Javadocs for the current Gson release
* Gson [http://sites.google.com/site/gson/gson-user-guide user guide]: This guide contains examples on how to use Gson in your code.
* Gson [https://sites.google.com/site/gson/gson-roadmap Roadmap]: Details on upcoming releases
* Gson [https://sites.google.com/site/gson/gson-design-document design document]: 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
* Gson [API](http://google-gson.googlecode.com/svn/trunk/gson/docs/javadocs/index.html): Javadocs for the current Gson release
* Gson [user guide](http://sites.google.com/site/gson/gson-user-guide user guide): This guide contains examples on how to use Gson in your code.
* Gson [Roadmap](https://sites.google.com/site/gson/gson-roadmap): Details on upcoming releases
* Gson [design document](https://sites.google.com/site/gson/gson-design-document design document): 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
Please use the [http://groups.google.com/group/google-gson google-gson Google Group] to discuss Gson, or to post questions.
*Gson-related Content Created by Third Parties*
* [http://www.studytrails.com/java/json/java-google-json-introduction.jsp Gson Tutorial] by `StudyTrails`
* [Gson Tutorial](http://www.studytrails.com/java/json/java-google-json-introduction.jsp) by `StudyTrails`