Skip to content

Commit

Permalink
[docs] Fix broken w3.org links (mantinedev#3897)
Browse files Browse the repository at this point in the history
  • Loading branch information
citypaul authored Mar 28, 2023
1 parent beb979f commit 37ec5c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/docs/core/Drawer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ import { RemoveScroll } from '@mantine/core';

## Accessibility

`Drawer` component follows [WAI-ARIA recommendations](https://www.w3.org/WAI/ARIA/apg/example-index/dialog-modal/dialog) on accessibility.
`Drawer` component follows [WAI-ARIA recommendations](https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/examples/dialog) on accessibility.

### Labels

Expand Down
2 changes: 1 addition & 1 deletion docs/src/docs/core/Modal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ import { RemoveScroll } from '@mantine/core';

## Accessibility

`Modal` component follows [WAI-ARIA recommendations](https://www.w3.org/WAI/ARIA/apg/example-index/dialog-modal/dialog) on accessibility.
`Modal` component follows [WAI-ARIA recommendations](https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/examples/dialog) on accessibility.

### Labels

Expand Down

0 comments on commit 37ec5c1

Please sign in to comment.