From 966242406b3acf40e7f2c1657d99909d9c7f93da Mon Sep 17 00:00:00 2001 From: Nixua Date: Sat, 21 Sep 2024 05:39:44 -0400 Subject: [PATCH] docs: update WAI Aria Link in popover.md (#1303) The WAI Aria documentation link points to a non existent page, so I have updated it to the correct one. --- docs/content/components/popover.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/components/popover.md b/docs/content/components/popover.md index ac4cb7703..1d4046abc 100644 --- a/docs/content/components/popover.md +++ b/docs/content/components/popover.md @@ -3,7 +3,7 @@ title: Popover description: Displays rich content in a portal, triggered by a button. name: popover -aria: https://www.w3.org/WAI/ARIA/apg/patterns/dialogmodal +aria: https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/ --- # Popover @@ -322,7 +322,7 @@ import { PopoverAnchor, PopoverArrow, PopoverClose, PopoverContent, PopoverPorta ## Accessibility -Adheres to the [Dialog WAI-ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/patterns/dialogmodal). +Adheres to the [Dialog WAI-ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/). ### Keyboard Interactions