Skip to content

Commit

Permalink
Fix help links for copyright and title decorations
Browse files Browse the repository at this point in the history
  • Loading branch information
havatv authored and nyalldawson committed Mar 18, 2020
1 parent 5ab380b commit a33a5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/decorations/qgsdecorationcopyrightdialog.cpp
Expand Up @@ -130,5 +130,5 @@ void QgsDecorationCopyrightDialog::apply()


void QgsDecorationCopyrightDialog::showHelp() void QgsDecorationCopyrightDialog::showHelp()
{ {
QgsHelp::openHelp( QStringLiteral( "introduction/general_tools.html#copyright-and-title-labels" ) ); QgsHelp::openHelp( QStringLiteral( "introduction/general_tools.html#copyright-label" ) );
} }

0 comments on commit a33a5d4

Please sign in to comment.