Skip to content

Commit

Permalink
Fixed google#958
Browse files Browse the repository at this point in the history
  • Loading branch information
inder123 committed Nov 15, 2016
1 parent 835432c commit cfbcec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Note: Delete the `disabled_` prefix to run these tests. We use this prefix to pr

## <a name="TOC-Gson-Users"></a>Gson Users

Gson was originally created for use inside Google where it is currently used in a number of projects. It is now used by a number of public projects and companies. See details [here](https://sites.google.com/site/gson/gson-users).
Gson was originally created for use inside Google where it is currently used in a number of projects. It is now used by a number of public projects and companies.

## <a name="TOC-Using-Gson"></a>Using Gson

Expand Down Expand Up @@ -655,7 +655,7 @@ In addition Gson's object model and data binding, you can use Gson to read from

## <a name="TOC-Issues-in-Designing-Gson"></a>Issues in Designing Gson

See the [Gson design document](https://sites.google.com/site/gson/gson-design-document "Gson design document") for a discussion of issues we faced while designing Gson. It also include a comparison of Gson with other Java libraries that can be used for Json conversion.
See the [Gson design document](https://github.com/google/gson/blob/master/GsonDesignDocument.md "Gson design document") for a discussion of issues we faced while designing Gson. It also include a comparison of Gson with other Java libraries that can be used for Json conversion.

## <a name="TOC-Future-Enhancements-to-Gson"></a>Future Enhancements to Gson

Expand Down

0 comments on commit cfbcec7

Please sign in to comment.