aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2021-08-11 17:44:35 +0200
committerNico Vertriest <nico.vertriest@qt.io>2021-08-12 10:31:46 +0200
commit8488948d789dc8e48f97091764b8efc16fee099d (patch)
tree0af4bbabb8b1a2a7050871e442192804b3d3fd05 /src
parent7ed2dbe4aa13a9b16a0d4dfc624c510659856cb0 (diff)
Doc: Fix link errors Qt Virtualkeyboard
Corrected link to qmake advanced configuration options. Pick-to: 6.1 6.2 Change-Id: Ia69f48c0a629bad1f24af9838ecf767d21bcc03d Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi>
Diffstat (limited to 'src')
-rw-r--r--src/virtualkeyboard/doc/src/deployment-guide.qdoc2
-rw-r--r--src/virtualkeyboard/doc/src/technical-guide.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/virtualkeyboard/doc/src/deployment-guide.qdoc b/src/virtualkeyboard/doc/src/deployment-guide.qdoc
index edd6300c..dc2eff92 100644
--- a/src/virtualkeyboard/doc/src/deployment-guide.qdoc
+++ b/src/virtualkeyboard/doc/src/deployment-guide.qdoc
@@ -278,7 +278,7 @@ 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 Configuration Options}{qmake configuration options}.
+ or at build time by using the \l {Advanced Usage}{qmake advanced 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 cb5faace..10fc28e8 100644
--- a/src/virtualkeyboard/doc/src/technical-guide.qdoc
+++ b/src/virtualkeyboard/doc/src/technical-guide.qdoc
@@ -697,7 +697,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 disable-layouts to the \c CONFIG qmake variable.
-For more information, see \l {Advanced Configuration Options}.
+For more information, see \l {Advanced Usage}{qmake advanced configuration options}.
\section1 Keyboard Styles