Skip to content

Commit

Permalink
Use correct help key
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 5, 2020
1 parent 64bcee5 commit 45c40c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/options/qgscodeeditoroptions.cpp
Expand Up @@ -121,7 +121,7 @@ QgsCodeEditorOptionsWidget::QgsCodeEditorOptionsWidget( QWidget *parent )

QString QgsCodeEditorOptionsWidget::helpKey() const
{
return QStringLiteral( "plugins/python_console.html" );
return QStringLiteral( "introduction/qgis_configuration.html#code-editor-settings" );
}

void QgsCodeEditorOptionsWidget::apply()
Expand Down

0 comments on commit 45c40c9

Please sign in to comment.