Skip to content

Commit

Permalink
Fix Python console web link
Browse files Browse the repository at this point in the history
  • 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.
2 changes: 1 addition & 1 deletion python/console/console.py
Expand Up @@ -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
Expand Down

0 comments on commit 6e3aba3

Please sign in to comment.