aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/qml/qmlintro.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qml/qmlintro.qdoc')
-rw-r--r--doc/src/qml/qmlintro.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qml/qmlintro.qdoc b/doc/src/qml/qmlintro.qdoc
index 03ee94d6d1..3290a27bc3 100644
--- a/doc/src/qml/qmlintro.qdoc
+++ b/doc/src/qml/qmlintro.qdoc
@@ -1197,7 +1197,7 @@ arrange a set of Rectangle items. The Repeater item creates a series of 24
rectangles for the Grid item to position in a 5 by 5 arrangement.
\clearfloat
-\snippet doc/src/snippets/declarative/repeaters/repeater-grid-index.qml document
+\snippet doc/src/snippets/qml/repeaters/repeater-grid-index.qml document
The number of items created by a Repeater is held by its \l{Repeater::}{count}
property. It is not possible to set this property to determine the number of