Skip to content

Commit d59d191

Browse files
committedMar 5, 2014
no html in the url anymore
1 parent 8a9cc23 commit d59d191

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
@@ -7032,7 +7032,7 @@ void QgisApp::adjustBrightnessContrast( int delta, bool updateBrightness )
70327032
void QgisApp::helpContents()
70337033
{
70347034
// We should really ship the HTML version of the docs local too.
7035-
openURL( QString( "http://docs.qgis.org/%1.%2/html/%3/docs/user_manual/" )
7035+
openURL( QString( "http://docs.qgis.org/%1.%2/%3/docs/user_manual/" )
70367036
.arg( QGis::QGIS_VERSION_INT / 10000 )
70377037
.arg( QGis::QGIS_VERSION_INT / 100 % 100 )
70387038
.arg( tr( "en", "documentation language" ) ),

0 commit comments

Comments
 (0)
Please sign in to comment.