Skip to content

Commit

Permalink
Fix broken links to react-stately Collections and Selection pages (#4812
Browse files Browse the repository at this point in the history
)
  • Loading branch information
wojtekmaj authored Jul 24, 2023
1 parent e4bc326 commit 53389e3
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions packages/react-aria-components/docs/ComboBox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions packages/react-aria-components/docs/GridList.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions packages/react-aria-components/docs/ListBox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions packages/react-aria-components/docs/Menu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions packages/react-aria-components/docs/Select.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions packages/react-aria-components/docs/Table.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions packages/react-aria-components/docs/Tabs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions packages/react-aria-components/docs/TagGroup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

1 comment on commit 53389e3

@rspbot
Copy link

@rspbot rspbot commented on 53389e3 Jul 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.