Skip to content

Commit ea848a3

Browse files
committed
Update URL of collection component guide
1 parent db54e95 commit ea848a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reactive_components/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ Read more about the [isolated component](/docs/reactive_components/600-isolated/
149149

150150
With the `collection` component you can display active record model or similar collections and add features like filtering, paginating and ordering with ease. Each of these features requires no page reload to take effect, because the `collection` component leverages a `async` component in combination with the event hub to only reload the effected content of the collection. The `collection` component is a bit more complex as it offers a lot of functionality, that's why we will not explain the rudimentary usage here.
151151

152-
Take a look at the [collection component guide](/docs/guides/700-collection/README.md) to learn how it works and how to use it.
152+
Take a look at the [collection component guide](/docs/reactive_components/700-collection/README.md) to learn how it works and how to use it.

0 commit comments

Comments
 (0)