diff --git a/src/Update.cpp b/src/Update.cpp index a320aa6..6c84c69 100644 --- a/src/Update.cpp +++ b/src/Update.cpp @@ -88,7 +88,7 @@ void Updater::replyFinished (QNetworkReply *reply) if (ourVersion < remoteVersion) { if (QMessageBox::warning(nullptr, QObject::tr("New version available"), QObject::tr("There is update available.\nDo you want to go to download page?"), QMessageBox::Ok, QMessageBox::Cancel) == QMessageBox::Ok) { - QString link = "http://geem.io/downloads/"; + QString link = "https://github.com/Camellia73/BlackRoseCoin_GUI/releases"; QDesktopServices::openUrl(QUrl(link)); }