summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/orientation.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/orientation.qdoc')
-rw-r--r--doc/src/examples/orientation.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/orientation.qdoc b/doc/src/examples/orientation.qdoc
index 8b84229..cfe1757 100644
--- a/doc/src/examples/orientation.qdoc
+++ b/doc/src/examples/orientation.qdoc
@@ -130,7 +130,7 @@
Synchronizing both UIs like this might become unfeasible when there are
many things that can change. In that case it is better to make use of the
- \l{An Introduction to Model/View Programming}{Model-View-Controller pattern}
+ \l{Introduction to Model/View Programming}{Model-View-Controller pattern}
more extensively and share the content between both portrait and landscape
widgets. Then an interface for displaying and manipulating it can be tailor
made for both orientations.