From 586c25a97318f40a2418424b8cf77b49609b4bf6 Mon Sep 17 00:00:00 2001 From: Fabian <35344457+fgiering@users.noreply.github.com> Date: Thu, 30 Jan 2025 14:49:20 +0100 Subject: [PATCH] docs: update dialog modal wai-aria link (#1594) The link was not available anymore --- docs/content/overview/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/overview/getting-started.md b/docs/content/overview/getting-started.md index 1d87601a8..df9492d51 100644 --- a/docs/content/overview/getting-started.md +++ b/docs/content/overview/getting-started.md @@ -120,7 +120,7 @@ These components are low-level enough to give you control over how you want to w In a few simple steps, we've implemented a fully accessible Popover component, without having to worry about many of its complexities. -- Adheres to [WAI-ARIA](https://www.w3.org/WAI/ARIA/apg/patterns/dialogmodal) design pattern. +- Adheres to [WAI-ARIA](https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/) design pattern. - Can be controlled or uncontrolled. - Customize side, alignment, offsets, collision handling. - Optionally render a pointing arrow.