From db54e95ce4852c2675154cea1a33c72aa6aa618b Mon Sep 17 00:00:00 2001 From: Ryan Duryea Date: Tue, 1 Dec 2020 09:41:00 -0800 Subject: [PATCH 1/2] Fix a typo The URL to "collection component guide" had an extra slash in it which seemed to break the link. --- docs/reactive_components/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reactive_components/README.md b/docs/reactive_components/README.md index 23ea7155a..8d7df1340 100644 --- a/docs/reactive_components/README.md +++ b/docs/reactive_components/README.md @@ -149,4 +149,4 @@ Read more about the [isolated component](/docs/reactive_components/600-isolated/ 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. -Take a look at the [collection component guide](/docs//guides/700-collection/README.md) to learn how it works and how to use it. +Take a look at the [collection component guide](/docs/guides/700-collection/README.md) to learn how it works and how to use it. From ea848a317bf3a2a908a70bbcae1f7fd53ac7fbb7 Mon Sep 17 00:00:00 2001 From: Ryan Duryea Date: Tue, 8 Dec 2020 16:02:40 -0800 Subject: [PATCH 2/2] Update URL of collection component guide --- docs/reactive_components/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reactive_components/README.md b/docs/reactive_components/README.md index 8d7df1340..34d98dee8 100644 --- a/docs/reactive_components/README.md +++ b/docs/reactive_components/README.md @@ -149,4 +149,4 @@ Read more about the [isolated component](/docs/reactive_components/600-isolated/ 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. -Take a look at the [collection component guide](/docs/guides/700-collection/README.md) to learn how it works and how to use it. +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.