From 0ccb32190814287056c745d1a0ef77d64bffe9af Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 16 Apr 2015 20:36:17 +0200 Subject: [PATCH] Changed Gson URL to GitHub repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 595a077..c6c68c2 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Libraries that simplify JSON processing.* -* [Gson](https://code.google.com/p/google-gson/) - Serializes Java objects to JSON and vice versa. Good performance with on-the-fly usage. +* [Gson](https://github.com/google/gson) - Serializes Java objects to JSON and vice versa. Good performance with on-the-fly usage. * [Jackson](http://wiki.fasterxml.com/JacksonHome) - Similar to GSON but has performance gains if you need to instantiate the library more often. ## JVM and JDK