We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4d26a commit 3213152Copy full SHA for 3213152
src/app/qgsversioninfo.cpp
@@ -26,7 +26,7 @@ QgsVersionInfo::QgsVersionInfo( QObject *parent )
26
27
void QgsVersionInfo::checkVersion()
28
{
29
- QNetworkReply *reply = QgsNetworkAccessManager::instance()->get( QNetworkRequest( QUrl( QStringLiteral( "https://ubuntu.qgis.org/version.txt" ) ) ) );
+ QNetworkReply *reply = QgsNetworkAccessManager::instance()->get( QNetworkRequest( QUrl( QStringLiteral( "https://version.qgis.org/version.txt" ) ) ) );
30
connect( reply, &QNetworkReply::finished, this, &QgsVersionInfo::versionReplyFinished );
31
}
32
0 commit comments