From 25dff9b6ad68cf556349985aa098a2f6d931c14c Mon Sep 17 00:00:00 2001 From: inder123 Date: Sat, 3 Oct 2015 17:58:57 -0700 Subject: [PATCH] updated to 2.4 release using apidocs from github pages --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 549bcf07..2c0388c3 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ 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 Download](http://search.maven.org/#artifactdetails%7Ccom.google.code.gson%7Cgson%7C2.3.1%7Cjar) downloads at Maven Central + * [Gson 2.4 Download](http://search.maven.org/#artifactdetails%7Ccom.google.code.gson%7Cgson%7C2.4%7Cjar) downloads at Maven Central *Gson Documentation* - * Gson [API](http://google-gson.googlecode.com/svn/trunk/gson/docs/javadocs/index.html): Javadocs for the current Gson release + * Gson [API](http://google.github.io/gson/apidocs/): Javadocs for the current Gson release * Gson [user guide](http://sites.google.com/site/gson/gson-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): 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