Skip to content

Commit 81ff19b

Browse files
committed
Smaller changes in the README.md file. Changed Java version badge back to 1.9. Added links to online JavaDoc documentation.
1 parent b330eab commit 81ff19b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
![Java CI with Maven](https://github.com/m0nk3y2k4/thetvdb-java-api/workflows/Java%20CI%20with%20Maven/badge.svg?branch=master&event=push)  
33
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)  
44
[![GitHub release](https://img.shields.io/github/release/m0nk3y2k4/thetvdb-java-api.svg)](https://github.com/m0nk3y2k4/thetvdb-java-api/releases)  
5-
![Java version](https://img.shields.io/badge/Java-10-informational)  
5+
![Java version](https://img.shields.io/badge/Java-1.9-informational)  
66

77
A simple connector for an easy integration of the [TheTVDB.com](https://thetvdb.com/) RESTful API in Java projects.
88

@@ -95,6 +95,8 @@ the upcoming APIv4.
9595
- [x] [/user/ratings/{itemType}/{itemId}/{itemRating}](https://api.thetvdb.com/swagger#!/Users/put_user_ratings_itemType_itemId_itemRating)
9696
</details>
9797

98+
The latest documentation can be found here: [TheTVDB Java 3.x API](http://thetvdb-java-api.m0nk3y.info/v3/index.html?overview-summary.html)
99+
98100
## Setup
99101
#### Maven
100102
The artifact is *not* available through the central maven repository, but you may still include the connector into your
@@ -219,7 +221,7 @@ And again, all the episodes of season 3:
219221
...
220222
```
221223

222-
And that's basically it! Go and check out the documentation of the main API interface `com.github.m0nk3y2k4.thetvdb.api.TheTVDBApi`
224+
And that's basically it! Go and check out the documentation of the [main API interface](http://thetvdb-java-api.m0nk3y.info/v3/index.html?com/github/m0nk3y2k4/thetvdb/api/TheTVDBApi.html)
223225
to find more details on the various endpoint and shortcut methods.
224226

225227
#### Advanced

0 commit comments

Comments
 (0)