diff --git a/app/assets/js/assetguard.js b/app/assets/js/assetguard.js index 4d304335..d43c4619 100644 --- a/app/assets/js/assetguard.js +++ b/app/assets/js/assetguard.js @@ -269,7 +269,7 @@ class JavaGuard extends EventEmitter { * Fetch the last open JDK binary. * * HOTFIX: Uses Corretto 8 for macOS. - * See: https://github.com/dscalzi/HeliosLauncher/issues/70 + * See: https://github.com/VicariousNetwork/HeliosLauncher/issues/70 * See: https://github.com/AdoptOpenJDK/openjdk-support/issues/101 * * @param {string} major The major version of Java to fetch. diff --git a/app/assets/js/scripts/settings.js b/app/assets/js/scripts/settings.js index 9307b216..e648d74f 100644 --- a/app/assets/js/scripts/settings.js +++ b/app/assets/js/scripts/settings.js @@ -1220,7 +1220,7 @@ function populateAboutVersionInformation(){ */ function populateReleaseNotes(){ $.ajax({ - url: 'https://github.com/dscalzi/HeliosLauncher/releases.atom', + url: 'https://github.com/VicariousNetwork/HeliosLauncher/releases.atom', success: (data) => { const version = 'v' + remote.app.getVersion() const entries = $(data).find('entry') diff --git a/app/assets/js/scripts/uicore.js b/app/assets/js/scripts/uicore.js index 7d3cddbd..fb7109ab 100644 --- a/app/assets/js/scripts/uicore.js +++ b/app/assets/js/scripts/uicore.js @@ -49,7 +49,7 @@ if(!isDev){ loggerAutoUpdaterSuccess.log('New update available', info.version) if(process.platform === 'darwin'){ - info.darwindownload = `https://github.com/dscalzi/HeliosLauncher/releases/download/v${info.version}/helioslauncher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : ''}.dmg` + info.darwindownload = `https://github.com/VicariousNetwork/HeliosLauncher/releases/download/v${info.version}/helioslauncher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : ''}.dmg` showUpdateUI(info) } diff --git a/app/settings.ejs b/app/settings.ejs index 5c7d8ac7..93ad681d 100644 --- a/app/settings.ejs +++ b/app/settings.ejs @@ -290,10 +290,10 @@
- Source (GitHub) + Source (GitHub) - Support + Support DevTools Console
diff --git a/package.json b/package.json index 84713d59..9171432c 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "description": "Modded Minecraft Launcher", "author": "Daniel Scalzi (https://github.com/dscalzi/)", "license": "UNLICENSED", - "homepage": "https://github.com/dscalzi/HeliosLauncher", + "homepage": "https://github.com/VicariousNetwork/HeliosLauncher", "bugs": { - "url": "https://github.com/dscalzi/HeliosLauncher/issues" + "url": "https://github.com/VicariousNetwork/HeliosLauncher/issues" }, "private": true, "main": "index.js",