aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/cppintegration/contextproperties.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/doc/src/cppintegration/contextproperties.qdoc')
-rw-r--r--src/qml/doc/src/cppintegration/contextproperties.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/cppintegration/contextproperties.qdoc b/src/qml/doc/src/cppintegration/contextproperties.qdoc
index 07022fd506..1133f0dce0 100644
--- a/src/qml/doc/src/cppintegration/contextproperties.qdoc
+++ b/src/qml/doc/src/cppintegration/contextproperties.qdoc
@@ -19,7 +19,7 @@
\note Context properties can generally be replaced either by regular properties on the root object
of a component, or by singletons defined either in C++ using \l{QML_SINGLETON}{QML_SINGLETON}
- or in QML using \l{qtqml-documents-definetypes.html#singleton}{pragma Singleton}.
+ or in QML using \l{Structure of a QML Document#Singleton}{pragma Singleton}.
When loading a QML object into a C++ application, it can be useful to directly embed some C++ data
that can be used from within the QML code. This makes it possible, for example, to invoke a C++