Merge pull request #34095 from AmbrishRamachandiran/react-aria-link
Updates two stale React Aria documentation links in the docs-ui compnent pages
This commit is contained in:
@@ -29,7 +29,7 @@ import {
|
||||
} from './components';
|
||||
|
||||
export const reactAriaUrls = {
|
||||
button: 'https://react-spectrum.adobe.com/react-aria/Button.html',
|
||||
button: 'https://react-aria.adobe.com/Button',
|
||||
};
|
||||
|
||||
<PageTitle
|
||||
|
||||
@@ -28,7 +28,7 @@ import { ChangelogComponent } from '@/components/ChangelogComponent';
|
||||
import { SliderDefinition } from '../../../utils/definitions';
|
||||
|
||||
export const reactAriaUrls = {
|
||||
slider: 'https://react-spectrum.adobe.com/react-aria/Slider.html',
|
||||
slider: 'https://react-aria.adobe.com/Slider',
|
||||
};
|
||||
|
||||
<PageTitle
|
||||
|
||||
Reference in New Issue
Block a user