diff options
author | Safiyyah Moosa <[email protected]> | 2024-06-13 16:28:56 +0200 |
---|---|---|
committer | Topi Reiniƶ <[email protected]> | 2024-06-26 19:48:56 +0000 |
commit | 6e0588225dbe2694de35b7059cf533fe105565ae (patch) | |
tree | a9233bc12b902460192a43e2356430885ffbd0b3 | |
parent | ac1ee25bcfe812adb9d57ee0b78214d91223fde3 (diff) |
Doc: Fix broken links
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.8 6.7 6.5
Change-Id: Ifda1258a6500adcfa3fe861135ab98082ed2df10
Reviewed-by: Topi Reiniƶ <[email protected]>
-rw-r--r-- | doc/global/externalsites/qtcreator.qdoc | 7 | ||||
-rw-r--r-- | src/gui/doc/src/external-resources.qdoc | 2 | ||||
-rw-r--r-- | 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 @@ -40,6 +40,11 @@ \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 |