Changed most of the default bookmarks to use the https protocol. eric7

Sun, 08 Jan 2023 16:11:22 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 08 Jan 2023 16:11:22 +0100
branch
eric7
changeset 9685
b43e04854aba
parent 9684
8ddb4ddb72f2
child 9686
2eee7a645cba

Changed most of the default bookmarks to use the https protocol.

src/eric7/WebBrowser/Bookmarks/DefaultBookmarks.xbel file | annotate | diff | comparison | revisions
--- a/src/eric7/WebBrowser/Bookmarks/DefaultBookmarks.xbel	Sun Jan 08 16:10:57 2023 +0100
+++ b/src/eric7/WebBrowser/Bookmarks/DefaultBookmarks.xbel	Sun Jan 08 16:11:22 2023 +0100
@@ -11,13 +11,13 @@
         </bookmark>
         <folder folded="no">
             <title>Qt Web Sites</title>
-            <bookmark href="http://www.qt.io//">
+            <bookmark href="https://www.qt.io//">
                 <title>Qt Web Site</title>
             </bookmark>
-            <bookmark href="http://www.qt.io/developers/">
+            <bookmark href="https://www.qt.io/developers/">
                 <title>Qt Developers</title>
             </bookmark>
-            <bookmark href="http://doc.qt.io/">
+            <bookmark href="https://doc.qt.io/">
                 <title>Qt Documentation</title>
             </bookmark>
             <bookmark href="https://www.qt.io/blog/">

eric ide

mercurial