Skip to content

Commit

Permalink
Prefer https
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Mar 1, 2018
1 parent 8873464 commit 6d94ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsabout.cpp
Expand Up @@ -275,7 +275,7 @@ void QgsAbout::btnQgisUser_clicked()

void QgsAbout::btnQgisHome_clicked()
{
openUrl( QStringLiteral( "http://qgis.org" ) );
openUrl( QStringLiteral( "https://qgis.org" ) );
}

void QgsAbout::openUrl( const QUrl &url )
Expand Down

0 comments on commit 6d94ea5

Please sign in to comment.