Skip to content

Commit ba9bd7f

Browse files
committed
Add maven central and javadoc badges.
1 parent 814494c commit ba9bd7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# SoftLayer API Client for Java
22

33
[![Build Status](https://travis-ci.org/softlayer/softlayer-java.svg)](https://travis-ci.org/softlayer/softlayer-java)
4+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.softlayer.api/softlayer-api-client/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.softlayer.api/softlayer-api-client)
5+
[![Javadocs](https://www.javadoc.io/badge/com.softlayer.api/softlayer-api-client.svg)](https://www.javadoc.io/doc/com.softlayer.api/softlayer-api-client)
46

57
## Introduction
68

@@ -263,7 +265,7 @@ name of your implementation on a single line in a file in the JAR at
263265

264266
### JSON Marshalling
265267

266-
The default JSON marshaller that is used is [Gson](https://code.google.com/p/google-gson/). In order to create your own,
268+
The default JSON marshaller that is used is [Gson](https://github.com/google/gson). In order to create your own,
267269
alternative implementation you must implement `com.softlayer.api.json.JsonMarshallerFactyory`. Once implemented, this
268270
can be explicitly set on the `RestApiClient` by calling `setJsonMarshallerFactory`. Instead of setting the factory
269271
manually, you can also leverage Java's `ServiceLoader` mechanism to have it used by default. This involves adding the

0 commit comments

Comments
 (0)