From fad12f85d4b71f29c26151c63f4fb5ecc0c0eba6 Mon Sep 17 00:00:00 2001 From: Inderjeet Singh Date: Thu, 19 Mar 2015 13:37:44 -0700 Subject: [PATCH] fixed group link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8de5b2fb..01a194e2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ There are a few open-source projects that can convert Java objects to JSON. Howe * 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. +Please use the [google-gson Google group](http://groups.google.com/group/google-gson) to discuss Gson, or to post questions. *Gson-related Content Created by Third Parties* * [Gson Tutorial](http://www.studytrails.com/java/json/java-google-json-introduction.jsp) by `StudyTrails`