From fb69951ba3c08ba3f4c07504ff6f6aaebd1c081c Mon Sep 17 00:00:00 2001 From: marijaninjo Date: Tue, 1 Oct 2019 22:29:29 +0200 Subject: [PATCH] Fix Jamendo API link (#1029) Jamendo API new link update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ee2c734..5606ac55 100644 --- a/README.md +++ b/README.md @@ -532,7 +532,7 @@ API | Description | Auth | HTTPS | CORS | | [Genius](https://docs.genius.com/) | Crowdsourced lyrics and music knowledge | `OAuth` | Yes | Unknown | | [Genrenator](https://binaryjazz.us/genrenator-api/) | Music genre generator | No | Yes | Unknown | | [iTunes Search](https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/) | Software products | No | Yes | Unknown | -| [Jamendo](https://developer.jamendo.com/v3.0) | Music | `OAuth` | Yes | Unknown | +| [Jamendo](https://developer.jamendo.com/v3.0/docs) | Music | `OAuth` | Yes | Unknown | | [LastFm](https://www.last.fm/api) | Music | `apiKey` | Yes | Unknown | | [Lyrics.ovh](http://docs.lyricsovh.apiary.io/) | Simple API to retrieve the lyrics of a song | No | Yes | Unknown | | [Mixcloud](https://www.mixcloud.com/developers/) | Music | `OAuth` | Yes | Yes |