misc: change all repo links from Frooodle to Stirling-Tools

This commit is contained in:
sbplat
2023-12-30 18:22:46 -05:00
parent 7dfeb4bb0f
commit 5b0145fa47
7 changed files with 11 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ function compareVersions(version1, version2) {
async function getLatestReleaseVersion() {
const url = "https://api.github.com/repos/Frooodle/Stirling-PDF/releases/latest";
const url = "https://api.github.com/repos/Stirling-Tools/Stirling-PDF/releases/latest";
try {
const response = await fetch(url);
const data = await response.json();
@@ -52,4 +52,4 @@ async function checkForUpdate() {
document.addEventListener('DOMContentLoaded', (event) => {
checkForUpdate();
});
});