diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index 7042079..a2c8162 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -2313,7 +2313,7 @@ void MainWindow::CheckUpdate() { return; } - auto resp = NetworkRequestHelper::HttpGet("https://api.github.com/repos/Mahdi-zarei/nekoray/releases"); + auto resp = NetworkRequestHelper::HttpGet("https://api.github.com/repos/throneproj/Throne/releases"); if (!resp.error.isEmpty()) { runOnUiThread([=] { MessageBoxWarning(QObject::tr("Update"), QObject::tr("Requesting update error: %1").arg(resp.error + "\n" + resp.data));