From ef9f85ad8d2774cb11cbd8cfc5943af2dcf72339 Mon Sep 17 00:00:00 2001 From: Sze Howe Koh Date: Mon, 30 Dec 2013 12:15:09 +0800 Subject: Doc: Fix broken links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4c4577edde96978a986606bf30fbb925f871bd42 Reviewed-by: Topi Reiniƶ --- src/quick/doc/src/qmltypereference.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/quick/doc/src/qmltypereference.qdoc') diff --git a/src/quick/doc/src/qmltypereference.qdoc b/src/quick/doc/src/qmltypereference.qdoc index 0155ee4e2d..dda06d31e1 100644 --- a/src/quick/doc/src/qmltypereference.qdoc +++ b/src/quick/doc/src/qmltypereference.qdoc @@ -85,7 +85,7 @@ In addition, the \c QtQuick module provides the following basic types: \section1 Object Types All of the object types provided by \c QtQuick are based on the \l{Item} type, -which itself derives from \l{QtQml::QtObject}{QtObject}. \l{qtqml-typereference-topic.html#object-types} +which itself derives from \l{QtQml::QtObject}{QtObject}. \l{Qt QML QML Types#Object Types} {QML object types} provided by the Qt QML module (such as \l{QtQml::QtObject}{QtObject} and \l{QtQml::Component}{Component}) are also available when you import \c QtQuick. @@ -269,7 +269,7 @@ Views \list \li \l {ListView} - Provides a list visualization of a model \li \l {GridView} - Provides a grid visualization of a model -\li \l {PathView} - Visualizes a model's contents along a path. See \l {Path Definition}{Path Elements} for more information. +\li \l {PathView} - Visualizes a model's contents along a path. See \l Path for more information. \li \l {Package} - Collection that enables sharing of items within different views \endlist -- cgit v1.2.3