Skip to content

Commit

Permalink
Correct link for processing options help
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 24, 2017
1 parent db04d65 commit 99def10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/ConfigDialog.py
Expand Up @@ -82,7 +82,7 @@ def apply(self):
self.config_widget.accept()

def helpKey(self):
return 'processing/toolbox.html#configuring-the-processing-framework'
return 'processing/index.html'


class ConfigDialog(BASE, WIDGET):
Expand Down

0 comments on commit 99def10

Please sign in to comment.