summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@theqtcompany.com>2016-01-14 12:46:07 +0100
committerTopi Reiniƶ <topi.reinio@theqtcompany.com>2016-01-18 09:36:19 +0000
commite5b6397c4af2189be82b0602059be88381cafffd (patch)
tree015f20f230b4ba598ab1a3c07df9b051b7f2af12
parent651907ebe4efcee5b96522c5e60b17503a8c11a5 (diff)
downloadqtdoc-e5b6397c4af2189be82b0602059be88381cafffd.tar.gz
Doc: Fix linking issues
qt5-intro.qdoc:28: warning: Can't link to 'www.mapquest.com' whatsnew55.qdoc:28: warning: Can't link to 'Qt3D Module' Change-Id: I9af6fd8bdd99892770d35d83883befe9924083c1 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-rw-r--r--doc/src/qt5-intro.qdoc2
-rw-r--r--doc/src/whatsnew/whatsnew55.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/qt5-intro.qdoc b/doc/src/qt5-intro.qdoc
index fd17c05a..057d11a2 100644
--- a/doc/src/qt5-intro.qdoc
+++ b/doc/src/qt5-intro.qdoc
@@ -404,7 +404,7 @@
provides the APIs and the necessary backend to fetch map data from some of
the popular third-party mapping solutions. Here is a snapshot of the demo
application running on Android, presenting OpenStreetMap data from
- \l www.mapquest.com.
+ \l {http://www.mapquest.com/}{www.mapquest.com}.
\raw HTML
</td><td style="width:50%; border: none; vertical-align: top">
\endraw
diff --git a/doc/src/whatsnew/whatsnew55.qdoc b/doc/src/whatsnew/whatsnew55.qdoc
index 44f57dd7..9c598e67 100644
--- a/doc/src/whatsnew/whatsnew55.qdoc
+++ b/doc/src/whatsnew/whatsnew55.qdoc
@@ -33,7 +33,7 @@
\section1 New Modules
\list
- \li \l[Qt3DCore]{Qt3D Module}{Qt 3D}
+ \li \l[Qt 3D]{Qt 3D}
\list
\li Included as a technology preview.
\li C++ and QML APIs for easy inclusion of 3D graphics into Qt applications.