From a02c49f3de0e870a29f13e9f01b2c7dc5bdedd5b Mon Sep 17 00:00:00 2001 From: Safiyyah Moosa Date: Thu, 13 Jun 2024 16:28:56 +0200 Subject: [PATCH] Doc: Fix broken links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit fixes: Broken URL (404): 'https://doc.qt.io/qtcreator/creator-autotest.html' from qtest-overview.html https://doc.qt.io/qtcreator/creator-autotest.html is replaced with https://doc.qt.io/qtcreator/creator-how-to-build-and-run-tests.html. Broken URL (404): 'http://www.opengl.org/wiki/Tessellation_Shader' from qopenglshaderprogram.html 'http://www.opengl.org/wiki/Tessellation_Shader' is replaced with https://www.khronos.org/opengl/wiki/Tessellation Task-number: QTBUG-126281 Fixes: QTBUG-126502 Pick-to: 6.7 6.5 Change-Id: Ifda1258a6500adcfa3fe861135ab98082ed2df10 Reviewed-by: Topi Reiniƶ (cherry picked from commit 6e0588225dbe2694de35b7059cf533fe105565ae) Reviewed-by: Qt Cherry-pick Bot --- doc/global/externalsites/qtcreator.qdoc | 7 ++++++- src/gui/doc/src/external-resources.qdoc | 2 +- src/testlib/doc/src/qttestlib-manual.qdoc | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/global/externalsites/qtcreator.qdoc b/doc/global/externalsites/qtcreator.qdoc index c99e6cbe7bb..34039c64358 100644 --- a/doc/global/externalsites/qtcreator.qdoc +++ b/doc/global/externalsites/qtcreator.qdoc @@ -39,6 +39,11 @@ \externalpage https://doc.qt.io/qtcreator/creator-how-tos.html \title Qt Creator: How-tos */ +/*! + \externalpage https://doc.qt.io/qtcreator/creator-how-to-build-and-run-tests.html + \title Qt Creator: Build and Run Tests +*/ + /*! \externalpage https://doc.qt.io/qtcreator/creator-help.html \title Qt Creator: Using the Help Mode @@ -600,7 +605,7 @@ \title Qt Creator: Visualizing Chrome Trace Events */ /*! - \externalpage https://doc.qt.io/qtcreator/creator-autotest.html + \externalpage https://doc.qt.io/qtcreator/creator-how-to-build-and-run-tests.html \title Qt Creator: Running Autotests */ /*! diff --git a/src/gui/doc/src/external-resources.qdoc b/src/gui/doc/src/external-resources.qdoc index 16bca2475d8..0f356dd5046 100644 --- a/src/gui/doc/src/external-resources.qdoc +++ b/src/gui/doc/src/external-resources.qdoc @@ -23,7 +23,7 @@ */ /*! - \externalpage http://www.opengl.org/wiki/Tessellation_Shader + \externalpage https://www.opengl.org/wiki/Tessellation_Shader \title OpenGL Tessellation Shaders */ diff --git a/src/testlib/doc/src/qttestlib-manual.qdoc b/src/testlib/doc/src/qttestlib-manual.qdoc index 1b6f5340455..24ad774766f 100644 --- a/src/testlib/doc/src/qttestlib-manual.qdoc +++ b/src/testlib/doc/src/qttestlib-manual.qdoc @@ -61,7 +61,7 @@ You can use a Qt Creator wizard to create a project that contains Qt tests and build and run them directly from Qt Creator. For more information, see - \l {Qt Creator: Running Autotests}{Running Autotests}. + \l {Qt Creator: Build and Run Tests}. \section1 Creating a Test