Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use https for cookbook url
  • Loading branch information
slarosa committed May 29, 2018
1 parent fc740d7 commit 8f5bde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/console/console_sci.py
Expand Up @@ -626,7 +626,7 @@ def runCommand(self, cmd):
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)
Expand Down

0 comments on commit 8f5bde4

Please sign in to comment.