aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2022-11-17 13:56:43 +0100
committerAndreas Eliasson <andreas.eliasson@qt.io>2022-11-22 11:13:38 +0100
commit7656f6786d40d63cba4eec14b80113453f214488 (patch)
tree35d5bc708a3f61a6722270c452217c6a0449f218
parent03ef096b7dde8a9ac395291ce468320c650a20cb (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 Pick-to: 6.4 6.2 Change-Id: Ib5d2098afd7c88a4f90f99359968337febce9e50 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-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