We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a127783 commit ec1dbebCopy full SHA for ec1dbeb
src/app/qgisapp.cpp
@@ -6471,7 +6471,7 @@ void QgisApp::oldProjectVersionWarning( QString oldVersion )
6471
"<p>Version of the project file: %1<br>Current version of QGIS: %2" )
6472
.arg( oldVersion )
6473
.arg( QGis::QGIS_VERSION )
6474
- .arg( "<a href=\"https://trac.osgeo.org/qgis\">http://trac.osgeo.org/qgis</a> " )
+ .arg( "<a href=\"http://hub.qgis.org/projects/quantum-gis\">http://hub.qgis.org/projects/quantum-gis</a> " )
6475
.arg( tr( "<tt>Settings:Options:General</tt>", "Menu path to setting options" ) )
6476
.arg( tr( "Warn me when opening a project file saved with an older version of QGIS" ) )
6477
);
0 commit comments