aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/qmlfunctions.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/doc/src/qmlfunctions.qdoc')
-rw-r--r--src/qml/doc/src/qmlfunctions.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/doc/src/qmlfunctions.qdoc b/src/qml/doc/src/qmlfunctions.qdoc
index c240a02d16..0e23db3bf4 100644
--- a/src/qml/doc/src/qmlfunctions.qdoc
+++ b/src/qml/doc/src/qmlfunctions.qdoc
@@ -70,7 +70,7 @@
The former is the standard form which registers the type \e T as a new type.
The latter allows a particular revision of a class to be registered in
- a specified version (see \l {QML Type Versioning}).
+ a specified version (see \l {Type Revisions and Versions}).
For example, this registers a C++ class \c MySliderItem as a QML type
@@ -118,7 +118,7 @@
\endcode
This function is typically used to register the revision of a base class to
- use for the specified module version (see \l {QML Type Versioning}).
+ use for the specified module version (see \l {Type Revisions and Versions}).
*/
/*!