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