From 098a43348425557449adfca88c89ea8d0e0433ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Wed, 30 Nov 2022 10:27:59 +0100 Subject: Doc: Fix links to Qt6::LinguistTools CMake commands MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- examples/linguist/doc/src/arrowpad.qdoc | 2 +- examples/linguist/doc/src/hellotr.qdoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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 -- cgit v1.2.1