From 2f921da92a2a4828b64e8d998603743b294cfbfc Mon Sep 17 00:00:00 2001 From: simurai <simurai@github.com> Date: Mon, 14 Dec 2020 21:59:07 +0900 Subject: [PATCH] Fix 404 --- content/global/accessibility.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/global/accessibility.mdx b/content/global/accessibility.mdx index e2ef080..edf84b7 100644 --- a/content/global/accessibility.mdx +++ b/content/global/accessibility.mdx @@ -6,7 +6,7 @@ Accessibility is everyone’s responsibility, and the purpose of this document i ## Overview -Our products should be accessible to all. At minimum, features should comply to the requirements listed in [508 Reference Guide - 1194.22](https://www.access-board.gov/guidelines-and-standards/communications-and-it/about-the-section-508-standards/guide-to-the-section-508-standards/web-based-intranet-and-internet-information-and-applications-1194-22) from the US Access Board, and conform to [Web Content Accessibility Guidelines 2.0](https://www.w3.org/TR/WCAG20/#conformance) at Level AA. +Our products should be accessible to all. At minimum, features should comply to the requirements listed in the [ICT Accessibility 508 Standards and 255 Guidelines](https://www.access-board.gov/ict/) from the US Access Board, and conform to [Web Content Accessibility Guidelines 2.0](https://www.w3.org/TR/WCAG20/#conformance) at Level AA. Making our products accessible benefits everyone, not just people with disabilities. Below are some examples of use cases in which accessibility is important: -- GitLab