Skip to content

Commit 6e3aba3

Browse files
DelazJm-kuhn
authored andcommitted
Fix Python console web link
1 parent 3d201e7 commit 6e3aba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/console/console.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def show_console():
5959
# Shows help on first launch of the console
6060
settings = QgsSettings()
6161
if settings.value('pythonConsole/contextHelpOnFirstLaunch', True, type=bool):
62-
QgsHelp.openHelp("../pyqgis_developer_cookbook/intro.html#python-console")
62+
QgsHelp.openHelp("plugins/python_console.html")
6363
settings.setValue('pythonConsole/contextHelpOnFirstLaunch', False)
6464

6565
return _console

0 commit comments

Comments
 (0)