aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/qtqml-writing-a-module.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/doc/src/qtqml-writing-a-module.qdoc')
-rw-r--r--src/qml/doc/src/qtqml-writing-a-module.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/qtqml-writing-a-module.qdoc b/src/qml/doc/src/qtqml-writing-a-module.qdoc
index febd252359..c8a99f1a37 100644
--- a/src/qml/doc/src/qtqml-writing-a-module.qdoc
+++ b/src/qml/doc/src/qtqml-writing-a-module.qdoc
@@ -145,7 +145,7 @@ Item {
}
\endqml
-The solution here is to avoid the unqualified access. \l{qmllint} can be used to
+The solution here is to avoid the unqualified access. \l{qmllint Reference}{qmllint} can be used to
find such problems. The following example accesses the property you actually mean
in a safe, qualified way: