src/eric7/WebBrowser/SpeedDial/SpeedDial.py

branch
eric7
changeset 9684
8ddb4ddb72f2
parent 9678
32ddecc54baf
child 10436
f6881d10e995
--- a/src/eric7/WebBrowser/SpeedDial/SpeedDial.py	Sat Jan 07 19:21:25 2023 +0100
+++ b/src/eric7/WebBrowser/SpeedDial/SpeedDial.py	Sun Jan 08 16:10:57 2023 +0100
@@ -196,11 +196,11 @@
                 'title:"Eric Web Site";'
                 'url:"https://www.riverbankcomputing.com/"|'
                 'title:"PyQt Web Site";'
-                'url:"http://www.qt.io/"|title:"Qt Web Site";'
-                'url:"http://blog.qt.io/"|title:"Qt Blog";'
+                'url:"https://www.qt.io/"|title:"Qt Web Site";'
+                'url:"https://blog.qt.io/"|title:"Qt Blog";'
                 'url:"https://www.python.org"|'
                 'title:"Python Language Website";'
-                'url:"http://www.google.com"|title:"Google";'
+                'url:"https://www.google.com"|title:"Google";'
             )
             self.changed(allPages)
 

eric ide

mercurial