From 4eaca841a8f3238fc5a0160ea757b1ba2bea98c1 Mon Sep 17 00:00:00 2001 From: Travis Arnold Date: Fri, 24 May 2019 16:44:02 -0700 Subject: [PATCH] point to better w3 contrast guidelines link --- src/color/meetsContrastGuidelines.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/color/meetsContrastGuidelines.js b/src/color/meetsContrastGuidelines.js index 257b0622..c8fdb53f 100644 --- a/src/color/meetsContrastGuidelines.js +++ b/src/color/meetsContrastGuidelines.js @@ -5,7 +5,7 @@ import type { ContrastScores } from '../types/color' /** * Determines which contrast guidelines have been met for two colors. - * Based on the [contrast calculations recommended by W3](https://www.w3.org/TR/WCAG20/#visual-audio-contrast). + * Based on the [contrast calculations recommended by W3](https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html). * * @example * const scores = meetsContrastGuidelines('#444', '#fff');