]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
HTTPS link to codeguide.co (#28860)
authorChristian Oliff <christianoliff@yahoo.com>
Mon, 3 Jun 2019 07:36:49 +0000 (16:36 +0900)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 3 Jun 2019 07:36:49 +0000 (10:36 +0300)
.github/CONTRIBUTING.md

index f1d8e1fc0789cb14445d3e352a9e0f24b756de95..387076d2ef3e86f953545c130c97c75e81f1dacb 100644 (file)
@@ -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.