From 1a684ddee644a5140c5c1eaca269b45c2d0ecb42 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 1 Jan 2021 23:43:31 -0500 Subject: [PATCH] Fuck github some more --- src/mainwindow.ui | 2 +- src/rpc.cpp | 4 ++-- src/settings.ui | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 7557cb4..3cbad5f 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1607,7 +1607,7 @@ - Check github.com for &updates + Check git.hush.is for &updates diff --git a/src/rpc.cpp b/src/rpc.cpp index 4719e62..a4db5f6 100644 --- a/src/rpc.cpp +++ b/src/rpc.cpp @@ -1031,7 +1031,7 @@ void RPC::checkForUpdate(bool silent) { if (conn == nullptr) return noConnection(); - QUrl cmcURL("https://fuck.github.com/repos/MyHush/SilentDragon/releases"); + QUrl cmcURL("https://git.hush.is/hush/SilentDragon/releases"); QNetworkRequest req; req.setUrl(cmcURL); @@ -1075,7 +1075,7 @@ void RPC::checkForUpdate(bool silent) { .arg(currentVersion.toString()), QMessageBox::Yes, QMessageBox::Cancel); if (ans == QMessageBox::Yes) { - QDesktopServices::openUrl(QUrl("https://github.com/MyHush/SilentDragon/releases")); + QDesktopServices::openUrl(QUrl("https://git.hush.is/hush/SilentDragon/releases")); } else { // If the user selects cancel, don't bother them again for this version s.setValue("update/lastversion", maxVersion.toString()); diff --git a/src/settings.ui b/src/settings.ui index 3abc312..dea007d 100644 --- a/src/settings.ui +++ b/src/settings.ui @@ -473,7 +473,7 @@ - Check github for updates at startup + Check git.hush.is for updates at startup @@ -555,7 +555,7 @@ - Connect to github on startup to check for updates + Connect to git.hush.is on startup to check for updates