We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent dcca677 commit c1a82ebCopy full SHA for c1a82eb
src/app/qgisapp.cpp
@@ -5492,7 +5492,7 @@ void QgisApp::oldProjectVersionWarning( QString oldVersion )
5492
"<p>Version of the project file: %1<br>Current version of QGIS: %2" )
5493
.arg( oldVersion )
5494
.arg( QGis::QGIS_VERSION )
5495
- .arg( "<a href=https://svn.qgis.org/trac/wiki>http://svn.qgis.org/trac/wiki</a> " )
+ .arg( "<a href=\"https://trac.osgeo.org/qgis\">http://trac.osgeo.org/qgis</a> " )
5496
.arg( tr( "<tt>Settings:Options:General</tt>", "Menu path to setting options" ) )
5497
.arg( tr( "Warn me when opening a project file saved with an older version of QGIS" ) )
5498
);
0 commit comments