From 53389e309ef74bd6606c5cf08cce80f00f484324 Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Mon, 24 Jul 2023 19:42:43 +0200 Subject: [PATCH] Fix broken links to react-stately Collections and Selection pages (#4812) --- packages/react-aria-components/docs/ComboBox.mdx | 4 ++-- packages/react-aria-components/docs/GridList.mdx | 4 ++-- packages/react-aria-components/docs/ListBox.mdx | 4 ++-- packages/react-aria-components/docs/Menu.mdx | 4 ++-- packages/react-aria-components/docs/Select.mdx | 4 ++-- packages/react-aria-components/docs/Table.mdx | 4 ++-- packages/react-aria-components/docs/Tabs.mdx | 4 ++-- packages/react-aria-components/docs/TagGroup.mdx | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/packages/react-aria-components/docs/ComboBox.mdx b/packages/react-aria-components/docs/ComboBox.mdx index 73c2739f9eb..3843dbd03ff 100644 --- a/packages/react-aria-components/docs/ComboBox.mdx +++ b/packages/react-aria-components/docs/ComboBox.mdx @@ -249,8 +249,8 @@ identify it to assistive technology. `ComboBox` makes use of the following concepts: -* [Collections](../react-stately/Collections.html) -* [Selection](../react-stately/Selection.html) +- [Collections](../react-stately/collections.html) +- [Selection](../react-stately/selection.html) ### Composed components diff --git a/packages/react-aria-components/docs/GridList.mdx b/packages/react-aria-components/docs/GridList.mdx index 8d58160e741..c2fcf269802 100644 --- a/packages/react-aria-components/docs/GridList.mdx +++ b/packages/react-aria-components/docs/GridList.mdx @@ -329,8 +329,8 @@ If the list supports row selection, each row can optionally include a selection `GridList` makes use of the following concepts: -* [Collections](../react-stately/Collections.html) -* [Selection](../react-stately/Selection.html) +- [Collections](../react-stately/collections.html) +- [Selection](../react-stately/selection.html) ## Props diff --git a/packages/react-aria-components/docs/ListBox.mdx b/packages/react-aria-components/docs/ListBox.mdx index d6f3a26a984..54b5f23308f 100644 --- a/packages/react-aria-components/docs/ListBox.mdx +++ b/packages/react-aria-components/docs/ListBox.mdx @@ -182,8 +182,8 @@ Users can select one or more options by clicking, tapping, or navigating with th `ListBox` makes use of the following concepts: -* [Collections](../react-stately/Collections.html) -* [Selection](../react-stately/Selection.html) +- [Collections](../react-stately/collections.html) +- [Selection](../react-stately/selection.html) ## Props diff --git a/packages/react-aria-components/docs/Menu.mdx b/packages/react-aria-components/docs/Menu.mdx index ac561677fc7..5d58dfd20d8 100644 --- a/packages/react-aria-components/docs/Menu.mdx +++ b/packages/react-aria-components/docs/Menu.mdx @@ -254,8 +254,8 @@ with a list of menu items or groups inside. Users can click, touch, or use the k `Menu` makes use of the following concepts: -* [Collections](../react-stately/Collections.html) -* [Selection](../react-stately/Selection.html) +- [Collections](../react-stately/collections.html) +- [Selection](../react-stately/selection.html) ### Composed components diff --git a/packages/react-aria-components/docs/Select.mdx b/packages/react-aria-components/docs/Select.mdx index 05d8aad5d76..af02d7de14f 100644 --- a/packages/react-aria-components/docs/Select.mdx +++ b/packages/react-aria-components/docs/Select.mdx @@ -316,8 +316,8 @@ prop must be passed instead to identify it to assistive technology. `Select` makes use of the following concepts: -* [Collections](../react-stately/Collections.html) -* [Selection](../react-stately/Selection.html) +- [Collections](../react-stately/collections.html) +- [Selection](../react-stately/selection.html) ### Composed components diff --git a/packages/react-aria-components/docs/Table.mdx b/packages/react-aria-components/docs/Table.mdx index ed01e8369e6..089ab74c889 100644 --- a/packages/react-aria-components/docs/Table.mdx +++ b/packages/react-aria-components/docs/Table.mdx @@ -399,8 +399,8 @@ If the table supports row selection, each row can optionally include a selection `Table` makes use of the following concepts: -* [Collections](../react-stately/Collections.html) -* [Selection](../react-stately/Selection.html) +- [Collections](../react-stately/collections.html) +- [Selection](../react-stately/selection.html) ## Props diff --git a/packages/react-aria-components/docs/Tabs.mdx b/packages/react-aria-components/docs/Tabs.mdx index e955c462be1..f475567250d 100644 --- a/packages/react-aria-components/docs/Tabs.mdx +++ b/packages/react-aria-components/docs/Tabs.mdx @@ -185,8 +185,8 @@ Each tab can be clicked, tapped, or navigated to via arrow keys. Depending on th `Tabs` makes use of the following concepts: -* [Collections](../react-stately/Collections.html) -* [Selection](../react-stately/Selection.html) +- [Collections](../react-stately/collections.html) +- [Selection](../react-stately/selection.html) ## Props diff --git a/packages/react-aria-components/docs/TagGroup.mdx b/packages/react-aria-components/docs/TagGroup.mdx index fc73d422dcc..5129fbc4110 100644 --- a/packages/react-aria-components/docs/TagGroup.mdx +++ b/packages/react-aria-components/docs/TagGroup.mdx @@ -187,8 +187,8 @@ tag group via the `aria-describedby` attribute. `TagGroup` makes use of the following concepts: -* [Collections](../react-stately/Collections.html) -* [Selection](../react-stately/Selection.html) +- [Collections](../react-stately/collections.html) +- [Selection](../react-stately/selection.html) ### Composed components