use https for cookbook url

This commit is contained in:
Salvatore Larosa 2018-05-29 11:52:43 +02:00
parent fc740d7140
commit 8f5bde40cf

View File

@ -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)