Skip to content

Commit d67e776

Browse files
authored
docs: link Index component in list rendering intro
1 parent bb92f04 commit d67e776

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/(0)concepts/(1)control-flow/(1)list-rendering.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ description: >-
2121

2222
List rendering allows you to generate multiple elements from a collection of data, such as an array or object, where each element corresponds to an item in the collection.
2323

24-
When dealing with dynamic data, Solid offers two ways to render lists: the [`<For>`](/reference/components/for) and `<Index>` components.
24+
When dealing with dynamic data, Solid offers two ways to render lists: the [`<For>`](/reference/components/for) and [`<Index>`](/reference/components/index-component) components.
2525
Both of these components help you loop over data collections to generate elements, however, they both cater to different scenarios.
2626

2727
## `<For>`

0 commit comments

Comments
 (0)