summaryrefslogtreecommitdiff
path: root/doc/src/platforms/platform-notes-android.qdoc
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2013-11-07 18:42:37 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-07 15:14:02 +0100
commit359f52443707f635b4493ffbbb561ad0402a24fc (patch)
treecb70ec4ce7802b6ccb1e7014391f9cee28003b41 /doc/src/platforms/platform-notes-android.qdoc
parent5f5e921723f32cb7801762ef1e4e45e8409f1d61 (diff)
downloadqtdoc-359f52443707f635b4493ffbbb561ad0402a24fc.tar.gz
Doc: Fix broken links
Task-number: QTBUG-33360 Change-Id: Ia032feade78aa2c8f33c3afb0cd8b7237768c95a Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'doc/src/platforms/platform-notes-android.qdoc')
-rw-r--r--doc/src/platforms/platform-notes-android.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/platforms/platform-notes-android.qdoc b/doc/src/platforms/platform-notes-android.qdoc
index 287c6f0b..3cb5b0b3 100644
--- a/doc/src/platforms/platform-notes-android.qdoc
+++ b/doc/src/platforms/platform-notes-android.qdoc
@@ -116,7 +116,7 @@
\section1 OpenGL Special Considerations
Qt for Android provides two separate platform plugins: One which is suited for traditional
- \l{Qt Widget}{widget-based} apps that do not require OpenGL support, and one which will be used
+ \l{Qt Widgets}{widget-based} apps that do not require OpenGL support, and one which will be used
when OpenGL is required. When building and deploying your app, Qt Creator will detect whether the
OpenGL-enabled plugin is required by checking if your app depends on either the \l{Qt OpenGL}
module or the \l{Qt Quick} module.