Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliogonzalez committed Feb 5, 2019
1 parent bb17d07 commit 2bbd110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# salt-netapi-client

Java bindings for the [Salt API](http://docs.saltstack.com/en/latest/ref/netapi/all/salt.netapi.rest_cherrypy.html#module-salt.netapi.rest_cherrypy.app), please have a look at the Javadoc for [v0.15.1](http://suse.github.io/salt-netapi-client/docs/v0.16.0) or [master](http://suse.github.io/salt-netapi-client/docs/master).
Java bindings for the [Salt API](http://docs.saltstack.com/en/latest/ref/netapi/all/salt.netapi.rest_cherrypy.html#module-salt.netapi.rest_cherrypy.app), please have a look at the Javadoc for [v0.15.1](http://suse.github.io/salt-netapi-client/docs/v0.15.1) or [master](http://suse.github.io/salt-netapi-client/docs/master).

## How to use it

Expand All @@ -13,7 +13,7 @@ Add the following dependency to the `pom.xml` file of your project:
<dependency>
<groupId>com.suse.salt</groupId>
<artifactId>salt-netapi-client</artifactId>
<version>0.15.0</version>
<version>0.15.1</version>
</dependency>
```

Expand Down

0 comments on commit 2bbd110

Please sign in to comment.