From 2ce893592f423969c3b68b203be00e2c1b54bc76 Mon Sep 17 00:00:00 2001 From: Martin Halfar Date: Fri, 22 Oct 2021 21:45:16 +0200 Subject: [PATCH] Fixed repository links --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 66d2cc663..e9d279279 100644 --- a/index.html +++ b/index.html @@ -434,7 +434,7 @@

Klausi the duck boy

var item = localStorage['version'] ? JSON.parse(localStorage['version']) : { expire: 0 }; if (item.expire < Date.now()) { $.ajax( - "https://api.github.com/repos/hafiscz/sf-tools-beta/commits", + "https://api.github.com/repos/hafiscz/sf-tools/commits", { data: { per_page: 1 @@ -448,7 +448,7 @@

Klausi the duck boy

var sha = response.data[0].sha; $.ajax( - `https://api.github.com/repos/hafiscz/sf-tools-beta/compare/e6c1c06edc6d36908717e0f229cfef3410fd2d8b...${ sha }`, + `https://api.github.com/repos/hafiscz/sf-tools/compare/88b32f42210cb848c77b7891f6e47a0000876ed4...${ sha }`, { data: { per_page: 1