From eea920d4a03f828703393071ff1f3c5bd63afeb7 Mon Sep 17 00:00:00 2001
From: Mitch Curtis <mitch.curtis@theqtcompany.com>
Date: Tue, 11 Aug 2015 12:56:16 +0200
Subject: [PATCH] Fix reference to non-existent JavaScript documentation.

Change-Id: I9c88f2cd609a02ab225012ea03d04494f6712f8c
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
---
 doc/src/qmlapp/usecases/integratingjs.qdoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}.
 */
-- 
GitLab