Skip to content

Commit ec1dbeb

Browse files
timlinuxmach0
authored andcommitted
[BACKPORT] apply fix to invalid reference to trac #4440
1 parent a127783 commit ec1dbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgisapp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6471,7 +6471,7 @@ void QgisApp::oldProjectVersionWarning( QString oldVersion )
64716471
"<p>Version of the project file: %1<br>Current version of QGIS: %2" )
64726472
.arg( oldVersion )
64736473
.arg( QGis::QGIS_VERSION )
6474-
.arg( "<a href=\"https://trac.osgeo.org/qgis\">http://trac.osgeo.org/qgis</a> " )
6474+
.arg( "<a href=\"http://hub.qgis.org/projects/quantum-gis\">http://hub.qgis.org/projects/quantum-gis</a> " )
64756475
.arg( tr( "<tt>Settings:Options:General</tt>", "Menu path to setting options" ) )
64766476
.arg( tr( "Warn me when opening a project file saved with an older version of QGIS" ) )
64776477
);

0 commit comments

Comments
 (0)