From 94e64d551f72f3531a75edd3cab601f9b01449db Mon Sep 17 00:00:00 2001
From: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Date: Wed, 3 Oct 2018 14:37:45 +0200
Subject: [PATCH] Doc: Fix the broken link to the Qt for Device Creation docs

Task-number: QTBUG-70899
Change-Id: I070d4b0e9e6ca63be0dd7a17186bff6dee65e089
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
---
 doc/src/external-resources.qdoc            | 4 ++++
 doc/src/platforms/supported-platforms.qdoc | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/doc/src/external-resources.qdoc b/doc/src/external-resources.qdoc
index 7165159a..384fbf9d 100644
--- a/doc/src/external-resources.qdoc
+++ b/doc/src/external-resources.qdoc
@@ -303,6 +303,10 @@
     \externalpage https://doc.qt.io/QtForDeviceCreation/qt-configuration-tool.html
     \title Qt Configuration Tool
 */
+/*!
+    \externalpage https://doc.qt.io/QtForDeviceCreation/qtdc-supported-platforms.html
+    \title Qt for Device Creation: Supported Target Devices and Development Hosts
+*/
 
 /*!
     \externalpage https://qmlbook.github.io/
diff --git a/doc/src/platforms/supported-platforms.qdoc b/doc/src/platforms/supported-platforms.qdoc
index 84319686..657f5742 100644
--- a/doc/src/platforms/supported-platforms.qdoc
+++ b/doc/src/platforms/supported-platforms.qdoc
@@ -65,8 +65,8 @@
     In the above table, the configurations in \b bold are \e {reference
     configurations}.
 
-    \b {See also}: \l {http://doc.qt.io/QtForDeviceCreation/qtee-supported-platforms.html}
-                      {Qt for Device Creation: Supported Target Devices and Development Hosts}.
+    \b{See also}:
+    \l{Qt for Device Creation: Supported Target Devices and Development Hosts}.
 
     \section2 Reference Configurations
 
-- 
GitLab