summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2012-08-25 00:35:48 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-28 23:34:25 +0200
commit64dd7a6bfea237da33af38a5793179c819175dc9 (patch)
tree9c1474e6d72bf0633c51d88a5658cec36e9a5e23
parentb51efc3297fdc0481c2cf2e1d76f6d6f5ef04a6a (diff)
doc: fix links
Change-Id: Ifb6363e35c5317b6b1d9fd5e53079b30753f0666 Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
-rw-r--r--examples/widgets/doc/classwizard.qdoc2
-rw-r--r--examples/widgets/doc/editabletreemodel.qdoc4
-rw-r--r--src/widgets/doc/src/addressbook.qdoc2
3 files changed, 4 insertions, 4 deletions
diff --git a/examples/widgets/doc/classwizard.qdoc b/examples/widgets/doc/classwizard.qdoc
index b3b9dab669..4488617952 100644
--- a/examples/widgets/doc/classwizard.qdoc
+++ b/examples/widgets/doc/classwizard.qdoc
@@ -38,7 +38,7 @@
page 2 and so on until the last page. Some wizards are more
complex in that they allow different traversal paths based on the
information provided by the user. The
- \l{dialogs/licensewizard}{License Wizard} example shows how to
+ \l{widgets/dialogs/licensewizard}{License Wizard} example shows how to
create such wizards.
The Class Wizard example consists of the following classes:
diff --git a/examples/widgets/doc/editabletreemodel.qdoc b/examples/widgets/doc/editabletreemodel.qdoc
index 3782ebf24e..d471eef352 100644
--- a/examples/widgets/doc/editabletreemodel.qdoc
+++ b/examples/widgets/doc/editabletreemodel.qdoc
@@ -67,7 +67,7 @@
\section1 Design
- As with the \l{itemviews/simpletreemodel}{Simple Tree Model} example,
+ As with the \l{widgets/itemviews/simpletreemodel}{Simple Tree Model} example,
the model simply acts as a wrapper around a collection
of instances of a \c TreeItem class. Each \c TreeItem is designed to
hold data for a row of items in a tree view, so it contains a list of
@@ -209,7 +209,7 @@
\li \inlineimage itemviews-editabletreemodel-indexes.png
\li \b{Relating items using model indexes}
- As with the \l{itemviews/simpletreemodel}{Simple Tree Model} example,
+ As with the \l{widgets/itemviews/simpletreemodel}{Simple Tree Model} example,
the \c TreeModel needs to be able to take a model index, find the
corresponding \c TreeItem, and return model indexes that correspond to
its parents and children.
diff --git a/src/widgets/doc/src/addressbook.qdoc b/src/widgets/doc/src/addressbook.qdoc
index d2e48c3425..ceab60e87a 100644
--- a/src/widgets/doc/src/addressbook.qdoc
+++ b/src/widgets/doc/src/addressbook.qdoc
@@ -56,7 +56,7 @@
Tutorial contents:
\list 1
- \li \l{tutorials/addressbook/part1}{Designing the User Interface}
+ \li \l{widgets/tutorials/addressbook/part1}{Designing the User Interface}
\li \l{tutorials/addressbook/part2}{Adding Addresses}
\li \l{tutorials/addressbook/part3}{Navigating between Entries}
\li \l{tutorials/addressbook/part4}{Editing and Removing Addresses}