From c85aa57175a1ccfcadbe2dc6c35835c597fc5bb6 Mon Sep 17 00:00:00 2001 From: "dmitry.kirdyashkin" Date: Mon, 5 Jun 2023 23:47:22 +0300 Subject: [PATCH] fix --- src/module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/module.json b/src/module.json index 53a822f..cc7af9f 100644 --- a/src/module.json +++ b/src/module.json @@ -84,8 +84,8 @@ "esmodules": [ "./scripts/init.js" ], - "url": "https://gitea.kdiva.ru/${REPO_LINK}", - "manifest": "https://gitea.kdiva.ru/${REPO_LINK}/raw/branch/main/src/module.json", + "url": "https://gitea.kdiva.ru${REPO_LINK}", + "manifest": "https://gitea.kdiva.ru${REPO_LINK}/raw/branch/main/src/module.json", "download": "", "manifestPlusVersion": "1.2.0" } \ No newline at end of file