aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/welcome
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2017-12-01 17:33:03 +0100
committerRobert Loehning <robert.loehning@qt.io>2017-12-06 10:02:00 +0000
commit1f6d2e067ed46e3249c0c28ec79fae090ba33800 (patch)
treec6351830f6dedf8f90dd393cde7bed7500e27af8 /src/plugins/welcome
parent1a3beaa133038404c99b6087d3ff4aa57292bc83 (diff)
Welcome: Use https-links
Change-Id: I6eec438e5c881da8e6946b3d167e1e71f49ba574 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/welcome')
-rw-r--r--src/plugins/welcome/welcomeplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/welcome/welcomeplugin.cpp b/src/plugins/welcome/welcomeplugin.cpp
index 7cb62e6fc02..195dac2d147 100644
--- a/src/plugins/welcome/welcomeplugin.cpp
+++ b/src/plugins/welcome/welcomeplugin.cpp
@@ -258,8 +258,8 @@ public:
l->setContentsMargins(0, 0, 0, 0);
l->setSpacing(5);
l->addWidget(new IconAndLink("qtaccount", tr("Qt Account"), "https://account.qt.io", this));
- l->addWidget(new IconAndLink("community", tr("Online Community"), "http://forum.qt.io", this));
- l->addWidget(new IconAndLink("blogs", tr("Blogs"), "http://planet.qt.io", this));
+ l->addWidget(new IconAndLink("community", tr("Online Community"), "https://forum.qt.io", this));
+ l->addWidget(new IconAndLink("blogs", tr("Blogs"), "https://planet.qt.io", this));
l->addWidget(new IconAndLink("userguide", tr("User Guide"),
"qthelp://org.qt-project.qtcreator/doc/index.html", this));
vbox->addItem(l);