mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
use https for cookbook url
This commit is contained in:
parent
fc740d7140
commit
8f5bde40cf
@ -626,7 +626,7 @@ class ShellScintilla(QsciScintilla, code.InteractiveInterpreter):
|
||||
elif cmd == '_api':
|
||||
webbrowser.open("https://qgis.org/api/{}".format(version))
|
||||
elif cmd == '_cookbook':
|
||||
webbrowser.open("http://qgis.org/pyqgis-cookbook/")
|
||||
webbrowser.open("https://qgis.org/pyqgis-cookbook/")
|
||||
more = False
|
||||
else:
|
||||
self.buffer.append(cmd)
|
||||
|
Loading…
x
Reference in New Issue
Block a user