From 99e61009fea07cf44781afc1111c7be57ec0ad66 Mon Sep 17 00:00:00 2001 From: Kyle Taborski Date: Wed, 13 Dec 2023 17:12:38 -0800 Subject: [PATCH] fixing broken links in the the docs (#5572) --- packages/dev/docs/pages/releases/2020-09-02.mdx | 2 +- packages/dev/docs/pages/releases/2021-12-16.mdx | 4 ++-- packages/dev/docs/pages/releases/2022-11-15.mdx | 2 +- packages/react-aria-components/docs/Group.mdx | 2 +- packages/react-aria-components/docs/ListBox.mdx | 2 +- packages/react-aria-components/docs/Menu.mdx | 2 +- packages/react-aria-components/docs/Select.mdx | 2 +- packages/react-aria-components/docs/Tabs.mdx | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/dev/docs/pages/releases/2020-09-02.mdx b/packages/dev/docs/pages/releases/2020-09-02.mdx index cbfb1e20d99..e372d213740 100644 --- a/packages/dev/docs/pages/releases/2020-09-02.mdx +++ b/packages/dev/docs/pages/releases/2020-09-02.mdx @@ -31,7 +31,7 @@ As always, a huge thank you to all our contributors for the new features, fixes - [useCheckboxGroupState](../../react-stately/useCheckboxGroupState.html) hook in `@react-stately/checkbox` - **SSRProvider** - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/992) - [SSRProvider](../../react-aria/SSRProvider.html) component in `@react-aria/ssr` - - [useIsSSR](../../react-aria/useIsSSR.html.html) component in `@react-aria/ssr` + - [useIsSSR](../../react-aria/useIsSSR.html) component in `@react-aria/ssr` ## New features diff --git a/packages/dev/docs/pages/releases/2021-12-16.mdx b/packages/dev/docs/pages/releases/2021-12-16.mdx index a7ba285f573..666dc234b3c 100644 --- a/packages/dev/docs/pages/releases/2021-12-16.mdx +++ b/packages/dev/docs/pages/releases/2021-12-16.mdx @@ -23,7 +23,7 @@ For our end of year release we worked on improving our accessibility, types and - Patch intl-messageformat for null or undefined values - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/2544) - Add `onKeyDown` event handler to `SearchField` - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/2617) - Update selection `useSingleSelectionState` and `useMultipleSelectionState` to control sending duplicate selection events - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/2618) -- Fix incorrect color rending for `Checkbox` - [@paulgpeterson](https://github.com/paulgpeterson) - [PR](https://github.com/adobe/react-spectrum/pull/2662) +- Fix incorrect color rending for `Checkbox` - [@paulchan14](https://github.com/paulchan14) - [PR](https://github.com/adobe/react-spectrum/pull/2662) - Pass filtered DOM props to Tabs - [@khoad](https://github.com/khoad) - [PR](https://github.com/adobe/react-spectrum/pull/2655) - Fix incorrect active state on disabled `Checkbox` in Firefox - [@ktabors](https://github.com/ktabors) - [PR](https://github.com/adobe/react-spectrum/pull/2582) - Update types for ComboBox to seperate stately props - [@frdclav](https://github.com/frdclav) - [PR](https://github.com/adobe/react-spectrum/pull/2651) @@ -36,7 +36,7 @@ For our end of year release we worked on improving our accessibility, types and - Fix `useMenuTrigger` example to spread correct props on menu - [@frdclav](https://github.com/frdclav) - [PR](https://github.com/adobe/react-spectrum/pull/2642/) - Update TableView and useAsyncList to use useCollator for sorting - [@wilfredo-malazarte](https://github.com/wilfredo-malazarte) - [PR](https://github.com/adobe/react-spectrum/pull/2656) - Update Contributing file with new versions - [@sdjustin](https://github.com/sdjustin) - [PR](https://github.com/adobe/react-spectrum/pull/2649) -- Add missing import to `useSwitch` example - [@Dev-CasperTheGhost](https://github.com/Dev-CasperTheGhost) - [PR](https://github.com/adobe/react-spectrum/pull/2634) +- Add missing import to `useSwitch` example - [@casperiv0](https://github.com/casperiv0) - [PR](https://github.com/adobe/react-spectrum/pull/2634) ## Under construction diff --git a/packages/dev/docs/pages/releases/2022-11-15.mdx b/packages/dev/docs/pages/releases/2022-11-15.mdx index c32ec915c38..f48ada2dced 100644 --- a/packages/dev/docs/pages/releases/2022-11-15.mdx +++ b/packages/dev/docs/pages/releases/2022-11-15.mdx @@ -46,7 +46,7 @@ Finally, we have plenty of bug fixes and documentation updates. Thanks to all of - [useModalOverlay](https://react-spectrum.adobe.com/react-aria/useModalOverlay.html) ## Enhancements -- Add SSR support for drag and drop - [@Dev-CasperTheGhost](https://github.com/Dev-CasperTheGhost) - [PR](https://github.com/adobe/react-spectrum/pull/3616) +- Add SSR support for drag and drop - [@casperiv0](https://github.com/casperiv0) - [PR](https://github.com/adobe/react-spectrum/pull/3616) - Export `TableCollection` and `TreeCollection` - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/3690) - Update Spectrum colors to v6 - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/3604) - `Button` and `ActionButton` design updates - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/3650) diff --git a/packages/react-aria-components/docs/Group.mdx b/packages/react-aria-components/docs/Group.mdx index 7b688985275..d5f1e4634c8 100644 --- a/packages/react-aria-components/docs/Group.mdx +++ b/packages/react-aria-components/docs/Group.mdx @@ -112,7 +112,7 @@ import {TextField, Label, Group, Input, Button} from 'react-aria-components'; ## Features -A group can be created with a `
` or via the HTML [<fieldset>](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset) element. The `Group` component supports additional UI states, and can be used standalone or as part of a larger pattern such as [NumberField](NumberField.html) or [DatePicker](Datepicker.html). +A group can be created with a `
` or via the HTML [<fieldset>](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset) element. The `Group` component supports additional UI states, and can be used standalone or as part of a larger pattern such as [NumberField](NumberField.html) or [DatePicker](DatePicker.html). * **Styleable** – Hover, keyboard focus, disabled, and invalid states are provided for easy styling. These states only apply when interacting with an appropriate input device, unlike CSS pseudo classes. * **Accessible** – Implemented using the ARIA "group" role by default, with optional support for the "region" landmark role. diff --git a/packages/react-aria-components/docs/ListBox.mdx b/packages/react-aria-components/docs/ListBox.mdx index 0fd07a53c97..a364797d7a9 100644 --- a/packages/react-aria-components/docs/ListBox.mdx +++ b/packages/react-aria-components/docs/ListBox.mdx @@ -810,7 +810,7 @@ function AsyncLoadingExample() { `ListBox` supports marking items as disabled using the `disabledKeys` prop. Each key in this list corresponds with the `id` prop passed to the `ListBoxItem` component, or automatically derived from the values passed -to the `items` prop. See [Collections](../react-stately/Collections.html) for more details. +to the `items` prop. See [Collections](../react-stately/collections.html) for more details. ```tsx example