Skip to content
Permalink
Browse files
Fix Python console web link
  • Loading branch information
DelazJ authored and m-kuhn committed Aug 22, 2017
1 parent 3d201e7 commit 6e3aba3
Showing 1 changed file with 1 addition and 1 deletion.
@@ -59,7 +59,7 @@ def show_console():
# Shows help on first launch of the console
settings = QgsSettings()
if settings.value('pythonConsole/contextHelpOnFirstLaunch', True, type=bool):
QgsHelp.openHelp("../pyqgis_developer_cookbook/intro.html#python-console")
QgsHelp.openHelp("plugins/python_console.html")
settings.setValue('pythonConsole/contextHelpOnFirstLaunch', False)

return _console

0 comments on commit 6e3aba3

Please sign in to comment.