aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2022-11-17 13:56:43 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-11-22 10:44:44 +0000
commit4e3599493aace5fd9bb82c9f1266381cfa98b1f1 (patch)
treead1a9b558921128f9cdc5f81dbaff1a306dc1980
parent80620bb1585b956b9df475abe6cd846b2778a31b (diff)
Doc: Fix ambiguous links
I believe the link is supposed to go to the Advanced Usage page in the qmake manual. Fixes: QTBUG-108396 Change-Id: Ib5d2098afd7c88a4f90f99359968337febce9e50 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit 7656f6786d40d63cba4eec14b80113453f214488) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/virtualkeyboard/doc/src/deployment-guide.qdoc3
-rw-r--r--src/virtualkeyboard/doc/src/technical-guide.qdoc2
2 files changed, 3 insertions, 2 deletions
diff --git a/src/virtualkeyboard/doc/src/deployment-guide.qdoc b/src/virtualkeyboard/doc/src/deployment-guide.qdoc
index e9f15c5f..d3bb7c1f 100644
--- a/src/virtualkeyboard/doc/src/deployment-guide.qdoc
+++ b/src/virtualkeyboard/doc/src/deployment-guide.qdoc
@@ -277,7 +277,8 @@ There are several environment variables defined by the module that are listed be
\li Specifies the location of the style to use with the virtual keyboard.
This can also be specified in QML by setting \l {VirtualKeyboardSettings::styleName},
- or at build time by using the \l {Advanced Usage}{Configuration Options}.
+ or at build time by using the
+ \l [DOC] {Advanced Usage} {Configuration Options}.
\row
\li QT_VIRTUALKEYBOARD_LAYOUT_PATH
\li Specifies the location of the layouts to be used with the virtual keyboard.
diff --git a/src/virtualkeyboard/doc/src/technical-guide.qdoc b/src/virtualkeyboard/doc/src/technical-guide.qdoc
index 8f5eb15a..b048af6e 100644
--- a/src/virtualkeyboard/doc/src/technical-guide.qdoc
+++ b/src/virtualkeyboard/doc/src/technical-guide.qdoc
@@ -617,7 +617,7 @@ directory, the virtual keyboard falls back to the default built-in layouts.
To prevent the built-in layouts from being built into the virtual keyboard
plugin when using custom layouts, add \c -no-vkb-layouts option to the \c configure script.
-For more information, see \l {Advanced Usage}{Configuration Options}.
+For more information, see \l [DOC] {Advanced Usage} {Configuration Options}.
\section1 Keyboard Styles