Skip to content

Commit

Permalink
Fixed repository links
Browse files Browse the repository at this point in the history
  • Loading branch information
HafisCZ committed Oct 22, 2021
1 parent f1cd8f4 commit 2ce8935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ <h2 class="role-adventurer">Klausi <span class="extras">the duck boy<span></h2>
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
Expand All @@ -448,7 +448,7 @@ <h2 class="role-adventurer">Klausi <span class="extras">the duck boy<span></h2>
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
Expand Down

0 comments on commit 2ce8935

Please sign in to comment.