Skip to content

Commit c1a82eb

Browse files
author
jef
committedJan 1, 2009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5492,7 +5492,7 @@ void QgisApp::oldProjectVersionWarning( QString oldVersion )
54925492
"<p>Version of the project file: %1<br>Current version of QGIS: %2" )
54935493
.arg( oldVersion )
54945494
.arg( QGis::QGIS_VERSION )
5495-
.arg( "<a href=https://svn.qgis.org/trac/wiki>http://svn.qgis.org/trac/wiki</a> " )
5495+
.arg( "<a href=\"https://trac.osgeo.org/qgis\">http://trac.osgeo.org/qgis</a> " )
54965496
.arg( tr( "<tt>Settings:Options:General</tt>", "Menu path to setting options" ) )
54975497
.arg( tr( "Warn me when opening a project file saved with an older version of QGIS" ) )
54985498
);

0 commit comments

Comments
 (0)
Please sign in to comment.