From 64dd7a6bfea237da33af38a5793179c819175dc9 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Sat, 25 Aug 2012 00:35:48 +0200 Subject: doc: fix links Change-Id: Ifb6363e35c5317b6b1d9fd5e53079b30753f0666 Reviewed-by: Geir Vattekar --- examples/widgets/doc/classwizard.qdoc | 2 +- examples/widgets/doc/editabletreemodel.qdoc | 4 ++-- src/widgets/doc/src/addressbook.qdoc | 2 +- 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} -- cgit v1.2.3