From 9eaa31dbafc796254180792e8f2b23432df5b6b2 Mon Sep 17 00:00:00 2001 From: mechanarchy <1166756+mechanarchy@users.noreply.github.com> Date: Sat, 6 May 2023 15:27:30 +1000 Subject: [PATCH] Fix calibre-web addon info URL --- calibre_web/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre_web/config.json b/calibre_web/config.json index 261ed5b54..497df27ab 100644 --- a/calibre_web/config.json +++ b/calibre_web/config.json @@ -102,7 +102,7 @@ "networkdisks": "str?" }, "slug": "calibre-web", - "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre-web", + "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre_web", "version": "0.6.20-ls208", "video": true }