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