mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix Python console web link
This commit is contained in:
parent
3d201e7c65
commit
6e3aba342c
@ -59,7 +59,7 @@ def show_console():
|
|||||||
# Shows help on first launch of the console
|
# Shows help on first launch of the console
|
||||||
settings = QgsSettings()
|
settings = QgsSettings()
|
||||||
if settings.value('pythonConsole/contextHelpOnFirstLaunch', True, type=bool):
|
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)
|
settings.setValue('pythonConsole/contextHelpOnFirstLaunch', False)
|
||||||
|
|
||||||
return _console
|
return _console
|
||||||
|
Loading…
x
Reference in New Issue
Block a user