From b78f71620c48ceca036563b9fbcec2bdaef5d338 Mon Sep 17 00:00:00 2001 From: josefineschaefer Date: Mon, 19 Dec 2022 14:03:34 +0100 Subject: [PATCH] Update link for Aria in HTML accessibility resource --- compatibility/web-accessibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compatibility/web-accessibility.md b/compatibility/web-accessibility.md index 024c1890..689f6228 100644 --- a/compatibility/web-accessibility.md +++ b/compatibility/web-accessibility.md @@ -9,7 +9,7 @@ Web accessibility means that people with disabilities can perceive, understand, [![Twitter](https://img.shields.io/badge/follow-twitter-55acee.svg?style=flat-square)](https://twitter.com/FrontendDir) ----------------------------------------- -+ **[Notes on Using ARIA in HTML](http://w3c.github.io/aria-in-html/)**: This document is a practical guide for developers on how to add accessibility information to HTML elements using the Accessible Rich Internet Applications specification. ++ **[Notes on Using ARIA in HTML](https://w3c.github.io/using-aria/)**: This document is a practical guide for developers on how to add accessibility information to HTML elements using the Accessible Rich Internet Applications specification. + **[The A11Y Project](http://a11yproject.com/)**: A community-driven effort to make web accessibility easier.