summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-11-30 10:27:59 +0100
committerKai Köhne <kai.koehne@qt.io>2022-12-01 12:10:05 +0100
commit098a43348425557449adfca88c89ea8d0e0433ca (patch)
treee62b97814a9a07bdd72b9de60a408eb56d570ec6 /examples
parent98d60f61564d067a6e66f1d2e1711fc8e9559865 (diff)
downloadqttools-098a43348425557449adfca88c89ea8d0e0433ca.tar.gz
Doc: Fix links to Qt6::LinguistTools CMake commands
The group got renamed to cmake-commands-qtlinguisttools in commit 5566a6d923. Pick-to: 6.2 6.4 Change-Id: I85f6416cbb7b41650f9eaf38aa274eacb05cf884 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/linguist/doc/src/arrowpad.qdoc2
-rw-r--r--examples/linguist/doc/src/hellotr.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/linguist/doc/src/arrowpad.qdoc b/examples/linguist/doc/src/arrowpad.qdoc
index 56c926995..7cc3c1e58 100644
--- a/examples/linguist/doc/src/arrowpad.qdoc
+++ b/examples/linguist/doc/src/arrowpad.qdoc
@@ -23,7 +23,7 @@
texts marked for translation with \c tr() calls and their contexts.
It is also possible to produce translations using the
- \l{cmake-macros-qtlinguisttools}{Qt6::LinguistTools CMake commands}.
+ \l{cmake-commands-qtlinguisttools}{Qt6::LinguistTools CMake commands}.
The relevant lines in \c CMakeLists.txt are:
\snippet arrowpad/CMakeLists.txt 0
\codeline
diff --git a/examples/linguist/doc/src/hellotr.qdoc b/examples/linguist/doc/src/hellotr.qdoc
index 326b0181f..65386fc0c 100644
--- a/examples/linguist/doc/src/hellotr.qdoc
+++ b/examples/linguist/doc/src/hellotr.qdoc
@@ -70,7 +70,7 @@
namely Latin.
It is also possible to produce translations using the
- \l{cmake-macros-qtlinguisttools}{Qt6::LinguistTools CMake commands}.
+ \l{cmake-commands-qtlinguisttools}{Qt6::LinguistTools CMake commands}.
One needs to add the following to the \c CMakeLists.txt:
\snippet hellotr/CMakeLists.txt 0
\codeline