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.7 6.5 Change-Id: Ifda1258a6500adcfa3fe861135ab98082ed2df10 Reviewed-by: Topi Reiniö <topi.reinio@qt.io> (cherry picked from commit 6e0588225dbe2694de35b7059cf533fe105565ae) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
6c17ab66cd
commit
a02c49f3de
@ -39,6 +39,11 @@
|
|||||||
\externalpage https://doc.qt.io/qtcreator/creator-how-tos.html
|
\externalpage https://doc.qt.io/qtcreator/creator-how-tos.html
|
||||||
\title Qt Creator: How-tos
|
\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
|
\externalpage https://doc.qt.io/qtcreator/creator-help.html
|
||||||
\title Qt Creator: Using the Help Mode
|
\title Qt Creator: Using the Help Mode
|
||||||
@ -600,7 +605,7 @@
|
|||||||
\title Qt Creator: Visualizing Chrome Trace Events
|
\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
|
\title Qt Creator: Running Autotests
|
||||||
*/
|
*/
|
||||||
/*!
|
/*!
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\externalpage http://www.opengl.org/wiki/Tessellation_Shader
|
\externalpage https://www.opengl.org/wiki/Tessellation_Shader
|
||||||
\title OpenGL Tessellation Shaders
|
\title OpenGL Tessellation Shaders
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
|
|
||||||
You can use a Qt Creator wizard to create a project that contains Qt tests
|
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
|
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
|
\section1 Creating a Test
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user