Skip to content

Commit

Permalink
point to better w3 contrast guidelines link
Browse files Browse the repository at this point in the history
  • Loading branch information
souporserious authored and bhough committed May 25, 2019
1 parent 2a982a6 commit 4eaca84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/color/meetsContrastGuidelines.js
Expand Up @@ -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');
Expand Down

0 comments on commit 4eaca84

Please sign in to comment.