Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
use https for cookbook url
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
python/console/console_sci.py
|
@@ -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) |
|
|