From aa621059a736ec96562a91022f06bf576c89b331 Mon Sep 17 00:00:00 2001 From: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com> Date: Mon, 19 Oct 2020 16:24:09 +0200 Subject: [PATCH] Fix AmiiboAPI URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08ed98a7..e7aef3e6 100644 --- a/README.md +++ b/README.md @@ -372,7 +372,7 @@ API | Description | Auth | HTTPS | CORS | API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Age of Empires II](https://age-of-empires-2-api.herokuapp.com) | Get information about Age of Empires II resources | No | Yes | Unknown | -| [AmiiboAPI](http://www.amiiboapi.com/) | Amiibo Information | No | No | Yes | +| [AmiiboAPI](https://www.amiiboapi.com/) | Amiibo Information | No | No | Yes | | [Chuck Norris Database](http://www.icndb.com/api/) | Jokes | No | No | Unknown | | [Clash of Clans](https://developer.clashofclans.com) | Clash of Clans Game Information | `apiKey` | Yes | Unknown | | [Clash Royale](https://developer.clashroyale.com) | Clash Royale Game Information | `apiKey` | Yes | Unknown |