summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2015-08-11 12:56:16 +0200
committerMitch Curtis <mitch.curtis@theqtcompany.com>2015-08-11 11:51:33 +0000
commiteea920d4a03f828703393071ff1f3c5bd63afeb7 (patch)
tree6ab4c1ea2f1691ca92e19b1d70914e7aa9ba69df
parent0a9133aedd6f911a07b7020420a9addf9c31c9f3 (diff)
downloadqtdoc-eea920d4a03f828703393071ff1f3c5bd63afeb7.tar.gz
Fix reference to non-existent JavaScript documentation.
Change-Id: I9c88f2cd609a02ab225012ea03d04494f6712f8c Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-rw-r--r--doc/src/qmlapp/usecases/integratingjs.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qmlapp/usecases/integratingjs.qdoc b/doc/src/qmlapp/usecases/integratingjs.qdoc
index bc5fad43..6fa8623e 100644
--- a/doc/src/qmlapp/usecases/integratingjs.qdoc
+++ b/doc/src/qmlapp/usecases/integratingjs.qdoc
@@ -66,5 +66,5 @@ Then import the file into any .qml file that needs to use the functions, like th
\image qmlapp/qml-uses-integratingjs.png
For further details on the JavaScript engine used by QML, as well as the difference from browser JS, see the full
-documentation on \c {Using JavaScript Expressions with QML}.
+documentation on \l {JavaScript Expressions in QML Documents}.
*/