summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2015-01-30 10:42:51 +0100
committerNico Vertriest <nico.vertriest@digia.com>2015-03-10 14:38:15 +0000
commit8c38eb80b5e32419dff90137559a0c6ce1cbdfcd (patch)
treeb76bd3ee78e969e9563d286369f1e6c0ff3c63da
parent883fe0eeb2d61c9cfd1cb1aaec70e2698522a4bf (diff)
downloadqtdoc-8c38eb80b5e32419dff90137559a0c6ce1cbdfcd.tar.gz
Doc: some minor link issues
Task-number: QTBUG-43810 Change-Id: If7ba03efcc06dab002eceb681488b09fe23fe8b1 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-rw-r--r--doc/src/userinterfaces.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/userinterfaces.qdoc b/doc/src/userinterfaces.qdoc
index 949ef3e2..36019c08 100644
--- a/doc/src/userinterfaces.qdoc
+++ b/doc/src/userinterfaces.qdoc
@@ -35,7 +35,7 @@ possible to mix and match these different technologies as needed, one approach
is often better suitable for a certain type of user interface than the others.
\l {Qt Creator Manual}{Qt Creator} is a good example of an application that mixes different user
interface technologies. In fact, it uses all of the three different approaches
-described below. Qt Creator uses the traditional \l {Qt Widgets} such as
+described below. \l {Qt Creator Manual}{Qt Creator} uses the traditional \l {Qt Widgets} such as
menus and dialogs as a basis of the user interface, \l {Qt Quick} amongst others
for the welcome screen, and \l {Qt WebKit} for presenting the Qt reference
documentation. The following sections provide brief introductions to the