diff --git a/src/virtualkeyboard/content/InputPanel.qml b/src/virtualkeyboard/content/InputPanel.qml
index 02ad7418e8571911eb9e25eb8b19d1805f4f548e..53b1ce003d6b342496ffcfb0601f5e2d7123b786 100644
--- a/src/virtualkeyboard/content/InputPanel.qml
+++ b/src/virtualkeyboard/content/InputPanel.qml
@@ -92,7 +92,7 @@ Item {
 
         The \a localeList parameter contains a list of locale names to choose
         from. To get more information about a particular language, use the
-        \l {QtQml::Qt::locale()}{Qt.locale()} function. The \a currentIndex
+        \l[QtQml]{Qt::locale()}{Qt.locale()} function. The \a currentIndex
         is the index of current locale in the \a localeList. This item should
         be highlighted as the current item in the UI.
 
diff --git a/src/virtualkeyboard/doc/src/xt9.qdoc b/src/virtualkeyboard/doc/src/xt9.qdoc
index cc2b6919cdfe0221193788d74c2adbb5adcec1aa..2fb9a4082a3ddae09d942888a3c31211f50c6b05 100644
--- a/src/virtualkeyboard/doc/src/xt9.qdoc
+++ b/src/virtualkeyboard/doc/src/xt9.qdoc
@@ -66,10 +66,12 @@ previous input.
 
 \section2 Application specific dictionaries
 
-With the new \l {QVirtualKeyboardDictionaryManager} {dictionary manager} the application can
-create custom dictionaries and attach them to any context within the application. Together
-with \l {VirtualKeyboardSettings.defaultDictionaryDisabled} API it is also possible to use
-custom dictionaries exclusively without standard built-in dictionaries.
+With the new QVirtualKeyboardDictionaryManager, the application can
+create custom dictionaries and attach them to any context within the
+application. Together with the
+\l[QML]{VirtualKeyboardSettings::}{VirtualKeyboardSettings.defaultDictionaryDisabled}
+property, it is possible to use custom dictionaries exclusively, without the standard
+built-in dictionaries.
 
 \section2 Handwriting Recognition with XT9 Capabilities