aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristian Oliff <[email protected]>2019-06-03 16:36:49 +0900
committerXhmikosR <[email protected]>2019-06-18 15:02:58 +0300
commite0d0f5a1c62538a51ea4733ef2e451600e4554cc (patch)
treea40647b169912c1d1bcd54670558d4e3de44fc7c /.github
parent5baad139023770250a0df11f1b77d73a8de53697 (diff)
downloadbootstrap-e0d0f5a1c62538a51ea4733ef2e451600e4554cc.tar.xz
bootstrap-e0d0f5a1c62538a51ea4733ef2e451600e4554cc.zip
HTTPS link to codeguide.co (#28860)
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 51f2b3567..8b28aaf48 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -205,7 +205,7 @@ includes code changes) and under the terms of the
### HTML
-[Adhere to the Code Guide.](http://codeguide.co/#html)
+[Adhere to the Code Guide.](https://codeguide.co/#html)
- Use tags and elements appropriate for an HTML5 doctype (e.g., self-closing tags).
- Use CDNs and HTTPS for third-party JS when possible. We don't use protocol-relative URLs in this case because they break when viewing the page locally via `file://`.
@@ -213,7 +213,7 @@ includes code changes) and under the terms of the
### CSS
-[Adhere to the Code Guide.](http://codeguide.co/#css)
+[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.