From 965fd595bbf047aed833388fa17a5d3bee03af04 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 23 Nov 2021 13:16:58 +0100 Subject: [PATCH] Doc: Use HTTPS for a link to remove message about broken link Even though the link with HTTP automatically works on at least some browsers, the doc snapshot server prints an error about a broken link. Task-number: QTCREATORBUG-26278 Change-Id: I5fa030b4b6148dbebeeca9c7dccc0d77dc929243 Reviewed-by: hjk --- doc/qtcreator/src/howto/creator-only/qtcreator-faq.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/qtcreator/src/howto/creator-only/qtcreator-faq.qdoc b/doc/qtcreator/src/howto/creator-only/qtcreator-faq.qdoc index c039d22c379..0493b0dc278 100644 --- a/doc/qtcreator/src/howto/creator-only/qtcreator-faq.qdoc +++ b/doc/qtcreator/src/howto/creator-only/qtcreator-faq.qdoc @@ -282,8 +282,8 @@ \uicontrol{Application Output} pane. However, only one output pane tab may be open at a time or the output is not displayed correctly. You can use an external debug output viewer, such as the - \l{http://technet.microsoft.com/en-us/sysinternals/bb896647}{DebugView for Windows} - to display output from GUI applications. + \l{https://technet.microsoft.com/en-us/sysinternals/bb896647} + {DebugView for Windows} to display output from GUI applications. \section1 Questions about New Features