doc: fix links
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>
Fri, 24 Aug 2012 22:35:48 +0000 (00:35 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 28 Aug 2012 21:34:25 +0000 (23:34 +0200)
Change-Id: Ifb6363e35c5317b6b1d9fd5e53079b30753f0666
Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
examples/widgets/doc/classwizard.qdoc
examples/widgets/doc/editabletreemodel.qdoc
src/widgets/doc/src/addressbook.qdoc

index b3b9dab..4488617 100644 (file)
@@ -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:
index 3782ebf..d471eef 100644 (file)
@@ -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
     \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. 
index d2e48c3..ceab60e 100644 (file)
@@ -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}