diff options
| author | XhmikosR <[email protected]> | 2020-09-18 10:53:22 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-09-21 14:58:34 +0300 |
| commit | 6994dacee4be41b75599d18c4e76a400d89a0e87 (patch) | |
| tree | c12b60386de0995180a183f0c91f9d85493a14db /.github | |
| parent | dfefd48c34de51748b27e4b868ba32ad8151d1ab (diff) | |
| download | bootstrap-6994dacee4be41b75599d18c4e76a400d89a0e87.tar.xz bootstrap-6994dacee4be41b75599d18c4e76a400d89a0e87.zip | |
Backport #31689
docs: fix a few redirects
* Fix GitHub's permanent redirects
* Fix a11yproject redirects
Diffstat (limited to '.github')
| -rw-r--r-- | .github/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 2519be0d8..0704e3b2f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -216,7 +216,7 @@ includes code changes) and under the terms of the [Adhere to the Code Guide.](https://codeguide.co/#css) - When feasible, default color palettes should comply with [WCAG color contrast guidelines](https://www.w3.org/TR/WCAG20/#visual-audio-contrast). -- Except in rare cases, don't remove default `:focus` styles (via e.g. `outline: none;`) without providing alternative styles. See [this A11Y Project post](https://a11yproject.com/posts/never-remove-css-outlines/) for more details. +- Except in rare cases, don't remove default `:focus` styles (via e.g. `outline: none;`) without providing alternative styles. See [this A11Y Project post](https://www.a11yproject.com/posts/2013-01-25-never-remove-css-outlines/) for more details. ### JS |
