]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use https when possible.
authorXhmikosR <xhmikosr@gmail.com>
Sun, 1 Apr 2018 07:35:51 +0000 (10:35 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 2 Apr 2018 16:19:09 +0000 (19:19 +0300)
13 files changed:
.github/CONTRIBUTING.md
CODE_OF_CONDUCT.md
README.md
_data/translations.yml
docs/4.0/extend/icons.md
docs/4.0/getting-started/accessibility.md
docs/4.0/getting-started/build-tools.md
docs/4.0/getting-started/download.md
docs/4.0/migration.md
js/tests/README.md
scss/_custom-forms.scss
scss/_print.scss
scss/mixins/_screen-reader.scss

index 0aaa1bb94980222a7e75b5df86662a9120dad1d4..e6a20558d0d454a72212ac8cc9e22a9a0e7c4334 100644 (file)
@@ -178,7 +178,7 @@ included in the project:
    ```
 
 4. Commit your changes in logical chunks. Please adhere to these [git commit
-   message guidelines](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
+   message guidelines](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
    or your code is unlikely be merged into the main project. Use Git's
    [interactive rebase](https://help.github.com/articles/about-git-rebase/)
    feature to tidy up your commits before making them public.
@@ -229,7 +229,7 @@ includes code changes) and under the terms of the
 [Adhere to the Code Guide.](http://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](http://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://a11yproject.com/posts/never-remove-css-outlines/) for more details.
 
 ### JS
 
index 660428d8fd2e017ab1cd56cb880c5cf67346a5f5..9d9922f25f4d7f4f3250886c9eb6d90b4eb9d034 100644 (file)
@@ -40,7 +40,7 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai
 
 ## Attribution
 
-This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
+This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [https://www.contributor-covenant.org/version/1/4/code-of-conduct.html][version]
 
-[homepage]: http://contributor-covenant.org
-[version]: http://contributor-covenant.org/version/1/4/
+[homepage]: https://www.contributor-covenant.org/
+[version]: https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
index e12ed23ae4387cbfce85a8b6c5264ba0f3ee468e..9de9b357e2cab2c3872144119e018d29425b78c4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -148,7 +148,7 @@ Get updates on Bootstrap's development and chat with the project maintainers and
 
 ## Versioning
 
-For transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained under [the Semantic Versioning guidelines](http://semver.org/). Sometimes we screw up, but we'll adhere to those rules whenever possible.
+For transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained under [the Semantic Versioning guidelines](https://semver.org/). Sometimes we screw up, but we'll adhere to those rules whenever possible.
 
 See [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases) for changelogs for each release version of Bootstrap. Release announcement posts on [the official Bootstrap blog](https://blog.getbootstrap.com/) contain summaries of the most noteworthy changes made in each release.
 
index 44a1608d7c338de85f3e2f1e7573fb243db85701..38b5771c480eead52c93c57548272dc1df612025 100644 (file)
@@ -6,12 +6,12 @@
 - name: Chinese
   code: zh
   description: Bootstrap 4 · 全球最流行的 HTML、CSS 和 JS 工具库。
-  url: http://code.z01.com/v4
+  url: https://code.z01.com/v4
 
 - name: Chinese
   code: zh
   description: Bootstrap 4 中文文档教程
-  url: http://wiki.jikexueyuan.com/project/bootstrap4/
+  url: https://wiki.jikexueyuan.com/project/bootstrap4/
 
 - name: Brazilian Portuguese
   code: pt-BR
index 761628f8918ffea6aef663c2eef7591bafbe959c..d32ee49d24a058338003bd94505de88a7c936011 100644 (file)
@@ -25,5 +25,5 @@ While we haven't tried these out, they do look promising and provide multiple fo
 - [Feather](https://feathericons.com/)
 - [Dripicons](http://demo.amitjakhu.com/dripicons/)
 - [Ikons](http://ikons.piotrkwiatkowski.co.uk/)
-- [Glyph](http://glyph.smarticons.co/)
+- [Glyph](https://glyph.smarticons.co/)
 - [Icons8](https://icons8.com/)
index d4381aa21e5e5ce073d237477b60c30fa77f6721..5a0c0b0ebe14eaa1eac3e7e0ee46aba00589c47b 100644 (file)
@@ -50,7 +50,7 @@ Bootstrap includes support for the [`prefers-reduced-motion` media feature](http
 ## Additional resources
 
 - [Web Content Accessibility Guidelines (WCAG) 2.0](https://www.w3.org/TR/WCAG20/)
-- [The A11Y Project](http://a11yproject.com/)
+- [The A11Y Project](https://a11yproject.com/)
 - [MDN accessibility documentation](https://developer.mozilla.org/en-US/docs/Web/Accessibility)
 - [Tenon.io Accessibility Checker](https://tenon.io/)
 - [Colour Contrast Analyser (CCA)](https://developer.paciellogroup.com/resources/contrastanalyser/)
index 3a569af24a79b9ad03d57394410560577246ca2f..0185b374a46b68309daf9bd3a869b971ed0d9086 100644 (file)
@@ -28,7 +28,7 @@ Our [package.json]({{ site.repo }}/blob/v{{ site.current_version }}/package.json
 
 | Task | Description |
 | --- | --- |
-| `npm run dist` | `npm run dist` creates the `/dist` directory with compiled files. **Uses [Sass](http://sass-lang.com/), [Autoprefixer][autoprefixer], and [UglifyJS](https://github.com/mishoo/UglifyJS2).** |
+| `npm run dist` | `npm run dist` creates the `/dist` directory with compiled files. **Uses [Sass](https://sass-lang.com/), [Autoprefixer][autoprefixer], and [UglifyJS](https://github.com/mishoo/UglifyJS2).** |
 | `npm test` | Same as `npm run dist` plus it runs tests locally |
 | `npm run docs` | Builds and lints CSS and JavaScript for docs. You can then run the documentation locally via `npm run docs-serve`. |
 
index 4e893e8c695ea847c3003a94601e7331ee24659a..d9dbd5777bdbeb4a29cafebcc15a0e4361797a1f 100644 (file)
@@ -60,7 +60,7 @@ npm install bootstrap
 
 Bootstrap's `package.json` contains some additional metadata under the following keys:
 
-- `sass` - path to Bootstrap's main [Sass](http://sass-lang.com/) source file
+- `sass` - path to Bootstrap's main [Sass](https://sass-lang.com/) source file
 - `style` - path to Bootstrap's non-minified CSS that's been precompiled using the default settings (no customization)
 
 ### RubyGems
index f0cacc4c1de4850cafc6fb27abda2b92b6672c4d..b03250eadf311e63b67a85ecb81548597d19cd77 100644 (file)
@@ -80,7 +80,7 @@ Here are the big ticket items you'll want to be aware of when moving from v3 to
 ### Global changes
 
 - **Flexbox is enabled by default.** In general this means a move away from floats and more across our components.
-- Switched from [Less](http://lesscss.org/) to [Sass](http://sass-lang.com/) for our source CSS files.
+- Switched from [Less](http://lesscss.org/) to [Sass](https://sass-lang.com/) for our source CSS files.
 - Switched from `px` to `rem` as our primary CSS unit, though pixels are still used for media queries and grid behavior as device viewports are not affected by type size.
 - Global font-size increased from `14px` to `16px`.
 - Revamped grid tiers to add a fifth option (addressing smaller devices at `576px` and below) and removed the `-xs` infix from those classes. Example: `.col-6.col-sm-4.col-md-3`.
index 3f033e1dc4ea618123fedbe11c7d32c69286a27f..1ba3d694e8e53ef7cc1a341a3ba07198087a948c 100644 (file)
@@ -6,7 +6,7 @@ Bootstrap uses [QUnit](https://qunitjs.com/) and [Sinon](http://sinonjs.org/). E
 * `vendor/` contains third-party testing-related code (QUnit, jQuery and Sinon).
 * `visual/` contains "visual" tests which are run interactively in real browsers and require manual verification by humans.
 
-To run the unit test suite via [Karma](http://karma-runner.github.io/), run `npm run js-test`.
+To run the unit test suite via [Karma](https://karma-runner.github.io/), run `npm run js-test`.
 
 To run the unit test suite via a real web browser, open `index.html` in the browser.
 
index 2d65dcbc92774117cfadc2c2e0037c507f15c3e8..54fa8751ce0411f1e83bce216c84c04e09c334e0 100644 (file)
 // Select
 //
 // Replaces the browser default select with a custom one, mostly pulled from
-// http://primercss.io.
+// https://primer.github.io/.
 //
 
 .custom-select {
index 98163eb10a1a9f2ca28353e183cb3231930268b6..0c13de2781492a44af676c090ee0de194b7b074f 100644 (file)
@@ -5,7 +5,7 @@
 // ==========================================================================
 // Print styles.
 // Inlined to avoid the additional HTTP request:
-// http://www.phpied.com/delay-loading-your-print-css/
+// https://www.phpied.com/delay-loading-your-print-css/
 // ==========================================================================
 
 @if $enable-print-styles {
index f9cd35cffe8775f4f01f7b6d934599773ead895e..812591bc5e32312505a4cee99d9dcd4289e44349 100644 (file)
@@ -1,6 +1,6 @@
 // Only display content to screen readers
 //
-// See: http://a11yproject.com/posts/how-to-hide-content/
+// See: https://a11yproject.com/posts/how-to-hide-content/
 // See: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/
 
 @mixin sr-only {