From 3ada61891e49ebd2ae64b4649053d39ee9118c23 Mon Sep 17 00:00:00 2001 From: CakesTwix Date: Tue, 30 Jul 2024 21:31:17 +0300 Subject: [PATCH] repo: Change to raw url --- README.md | 2 +- repo.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a8ad09..83944d6 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ## ⚙️ Інсталяція Скопіюйте посилання нижче і перейдіть в Додаток -> Параметри -> Розширення -> Додати репозиторій ``` -https://raw.githubusercontent.com/CakesTwix/cloudstream-extensions-uk/master/repo.json +https://git.cakestwix.com/CakesTwix/cloudstream-extensions-uk/raw/branch/master/repo.json ``` diff --git a/repo.json b/repo.json index d85e790..6003a67 100644 --- a/repo.json +++ b/repo.json @@ -3,6 +3,6 @@ "description": "Cloudstream Ukraine Plugin Repository", "manifestVersion": 1, "pluginLists": [ - "https://git.cakestwix.com/CakesTwix/cloudstream-extensions-uk/src/branch/builds/plugins.json" + "https://git.cakestwix.com/CakesTwix/cloudstream-extensions-uk/raw/branch/builds/plugins.json" ] }