Skip to content

Commit

Permalink
update 'Report an issue' link
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 14, 2016
1 parent 3fcabc9 commit 0db9556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9016,7 +9016,7 @@ void QgisApp::apiDocumentation()


void QgisApp::reportaBug() void QgisApp::reportaBug()
{ {
openURL( tr( "https://qgis.org/en/site/getinvolved/development/index.html#bugs-features-and-issues" ), false ); openURL( tr( "https://qgis.org/en/site/getinvolved/development/bugreporting.html" ), false );
} }
void QgisApp::supportProviders() void QgisApp::supportProviders()
{ {
Expand Down

0 comments on commit 0db9556

Please sign in to comment.