From b5fb84a91d43d5178c3a6732355f346fdc3a113c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 17 Sep 2020 20:01:04 +0300 Subject: docs: fix a few redirects (#31689) * Fix GitHub's permanent redirects * Fix a11yproject redirects * Update postcss-loader repo URL to the current one --- scss/mixins/_visually-hidden.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss/mixins') diff --git a/scss/mixins/_visually-hidden.scss b/scss/mixins/_visually-hidden.scss index 26edfe84be..d980696c80 100644 --- a/scss/mixins/_visually-hidden.scss +++ b/scss/mixins/_visually-hidden.scss @@ -2,7 +2,7 @@ // Hide content visually while keeping it accessible to assistive technologies // -// See: https://a11yproject.com/posts/how-to-hide-content/ +// See: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/ // See: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/ @mixin visually-hidden() { -- cgit v1.2.3