From 5b219abe9e499c45c6c712cce817c96fa2c69bbe Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 12 Apr 2021 09:23:37 +0200 Subject: [PATCH] Doc: Fix link to B2Qt Installation Guides MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: QTCREATORBUG-25566 Change-Id: Iabaaa4537a3d4cc02956407068e65e68629cef04 Reviewed-by: Robert Löhning --- .../creator-only/creator-projects-build-run-tutorial.qdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-build-run-tutorial.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-build-run-tutorial.qdoc index 1e2960eca0b..155e30af9ad 100644 --- a/doc/qtcreator/src/projects/creator-only/creator-projects-build-run-tutorial.qdoc +++ b/doc/qtcreator/src/projects/creator-only/creator-projects-build-run-tutorial.qdoc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2020 The Qt Company Ltd. +** Copyright (C) 2021 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Creator documentation. @@ -45,9 +45,9 @@ To run an example application on a Boot2Qt device, you must set up Qt for Device Creation on the development host and create connections - between the host and devices. For more information, see the - \l{http://doc.qt.io/QtForDeviceCreation/qtee-installation-guide.html} - {Installation Guide} in the + between the host and devices. For more information, see + \l{https://doc.qt.io/QtForDeviceCreation/b2qt-installation-guides.html} + {Installation Guides} in the \l{http://doc.qt.io/QtForDeviceCreation/index.html}{Qt for Device Creation} documentation.