diff options
author | Leena Miettinen <[email protected]> | 2024-08-02 17:01:57 +0200 |
---|---|---|
committer | Leena Miettinen <[email protected]> | 2024-08-05 19:33:13 +0200 |
commit | 27eeb4485ff754b953f97c055dba49734b3b8906 (patch) | |
tree | 7e85087db0983090e34c4f86c4116dcfc0071ca3 | |
parent | a578a09a418c689c9c9a43152961288ad075471b (diff) |
Doc: Fix Qt Creator link issues
Change-Id: I828e2d48a4a332ad48d11fe81fee7e334960bb74
Reviewed-by: Topi Reiniƶ <[email protected]>
-rw-r--r-- | doc/global/externalsites/qtcreator.qdoc | 2 | ||||
-rw-r--r-- | src/testlib/doc/src/qttestlib-manual.qdoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/global/externalsites/qtcreator.qdoc b/doc/global/externalsites/qtcreator.qdoc index b40b5f7b587..5bc15b9dcd4 100644 --- a/doc/global/externalsites/qtcreator.qdoc +++ b/doc/global/externalsites/qtcreator.qdoc @@ -875,7 +875,7 @@ */ /*! \externalpage https://doc.qt.io/qtcreator/creator-developing-android.html - \title \QC:Developing for Android + \title \QC: Developing for Android */ /*! \externalpage https://doc.qt.io/qtcreator/creator-how-to-set-android-preferences.html diff --git a/src/testlib/doc/src/qttestlib-manual.qdoc b/src/testlib/doc/src/qttestlib-manual.qdoc index 24ad774766f..fb810c17f39 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: Build and Run Tests}. + \l {Qt Creator: Build and run tests}. \section1 Creating a Test |