summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-10-05 13:35:27 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-10-16 10:56:58 +0000
commitdb16cdb8e6883e8e89b0edb59df7a78facf843e1 (patch)
tree0ac8a5445b9a1a8c80e137f63a51e3283b279a2c
parent9558eaf0800d201a6bc493b4edcf62b43089ae09 (diff)
downloadqtdoc-db16cdb8e6883e8e89b0edb59df7a78facf843e1.tar.gz
Doc: Use explicit links to fix broken links to Qt WebEngine module
Task-number: QTBUG-70944 Change-Id: Ib3ed1c551179398906c5000ab2ec41d96af1166f Reviewed-by: Artem Sidyakin <artem.sidyakin@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Nico Vertriest <nico.vertriest@qt.io>
-rw-r--r--doc/src/web-content.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/web-content.qdoc b/doc/src/web-content.qdoc
index 37060348..3a593654 100644
--- a/doc/src/web-content.qdoc
+++ b/doc/src/web-content.qdoc
@@ -40,16 +40,16 @@ accessible to remote clients.
\section1 WebEngine in Qt
-Qt provides the Chromium-based Qt WebEngine module for applications
+Qt provides the Chromium-based \l{Qt WebEngine} module for applications
targeting desktop and embedded platforms. For example, a web browser
application for Linux platform.
-It also provides the Qt WebView module, which uses the native web engine
+It also provides the \l {Qt WebView} module, which uses the native web engine
of the platform. For example, a RSS feed reader Qt Quick application for
Android and iOS.
-These pages contain information about porting applications to use Qt WebEngine
-and the various APIs:
+These pages contain information about porting applications to use
+ \l{Qt WebEngine} and the various APIs:
\list
\li \l{Qt WebEngine Overview}
\li \l{Qt WebView}