summaryrefslogtreecommitdiffstats
path: root/doc/src/qmlapp/debugging.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qmlapp/debugging.qdoc')
-rw-r--r--doc/src/qmlapp/debugging.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qmlapp/debugging.qdoc b/doc/src/qmlapp/debugging.qdoc
index c44fe5e14..5b748b435 100644
--- a/doc/src/qmlapp/debugging.qdoc
+++ b/doc/src/qmlapp/debugging.qdoc
@@ -158,7 +158,7 @@ import QtQuick 2.3
Rectangle { width: 100; height: 100 }
\endqml
-If you set \c {QML_IMPORT_TRACE=1} before running the \l{qtquick-qmlscene.html}{QML Scene} or your
+If you set \c {QML_IMPORT_TRACE=1} before running the \l{qtquick-qml-runtime.html}{QML Runtime} or your
QML C++ application, you will see output similar to:
\code