Skip to content

Commit 8b6db49

Browse files
committed
Merge pull request #1225 from rduivenvoorde/docurlfix
no html in the url anymore
2 parents 8a9cc23 + d59d191 commit 8b6db49

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
@@ -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)