From 0bd8dd7e87cd3e30973df155615960d7ebbb1b34 Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Wed, 19 Aug 2020 10:20:32 +0200 Subject: [PATCH] Doc: Use https in links that don't redirect properly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If9f28851e8df6ed488590d06db8c0791214c4a95 Reviewed-by: Topi Reiniƶ --- src/corelib/doc/src/external-resources.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/corelib/doc/src/external-resources.qdoc b/src/corelib/doc/src/external-resources.qdoc index f16a21d5219..c3dc67a705f 100644 --- a/src/corelib/doc/src/external-resources.qdoc +++ b/src/corelib/doc/src/external-resources.qdoc @@ -57,11 +57,11 @@ */ /*! - \externalpage http://marcmutz.wordpress.com/effective-qt/containers/#containers-qlist + \externalpage https://marcmutz.wordpress.com/effective-qt/containers/#containers-qlist \title Pros and Cons of Using QList */ /*! - \externalpage http://marcmutz.wordpress.com/effective-qt/containers/ + \externalpage https://marcmutz.wordpress.com/effective-qt/containers/ \title Understand the Qt Containers */