Skip to content

Commit eb15fe0

Browse files
authored
Merge pull request twbs#1168 from coliff/patch-1
HTTPS relevant links
2 parents 51486a8 + 16c5dff commit eb15fe0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
`bootstrap-sass` is a Sass-powered version of [Bootstrap](https://github.com/twbs/bootstrap) 3, ready to drop right into your Sass powered applications.
88

9-
This is Bootstrap 3. For Bootstrap 4 use the [Bootstrap Ruby gem](http://github.com/twbs/bootstrap-rubygem) if you use Ruby, and the [main repo](http://github.com/twbs/bootstrap) otherwise.
9+
This is Bootstrap 3. For Bootstrap 4 use the [Bootstrap Ruby gem](https://github.com/twbs/bootstrap-rubygem) if you use Ruby, and the [main repo](https://github.com/twbs/bootstrap) otherwise.
1010

1111
## Installation
1212

@@ -222,9 +222,9 @@ When using Ruby Sass compiler standalone or with the Bower version you can set i
222222
### Sass: Autoprefixer
223223
224224
Bootstrap requires the use of [Autoprefixer][autoprefixer].
225-
[Autoprefixer][autoprefixer] adds vendor prefixes to CSS rules using values from [Can I Use](http://caniuse.com/).
225+
[Autoprefixer][autoprefixer] adds vendor prefixes to CSS rules using values from [Can I Use](https://caniuse.com/).
226226
227-
To match [upstream Bootstrap's level of browser compatibility](http://getbootstrap.com/getting-started/#support), set Autoprefixer's `browsers` option to:
227+
To match [upstream Bootstrap's level of browser compatibility](https://getbootstrap.com/getting-started/#support), set Autoprefixer's `browsers` option to:
228228
```json
229229
[
230230
"Android 2.3",
@@ -295,7 +295,7 @@ You can also include optional Bootstrap theme:
295295
@import "bootstrap/theme";
296296
```
297297

298-
The full list of Bootstrap variables can be found [here](http://getbootstrap.com/customize/#less-variables). You can override these by simply redefining the variable before the `@import` directive, e.g.:
298+
The full list of Bootstrap variables can be found [here](https://getbootstrap.com/customize/#less-variables). You can override these by simply redefining the variable before the `@import` directive, e.g.:
299299

300300
```scss
301301
$navbar-default-bg: #312312;
@@ -324,7 +324,7 @@ or import only the parts of Bootstrap you need:
324324
## Version
325325

326326
Bootstrap for Sass version may differ from the upstream version in the last number, known as
327-
[PATCH](http://semver.org/spec/v2.0.0.html). The patch version may be ahead of the corresponding upstream minor.
327+
[PATCH](https://semver.org/spec/v2.0.0.html). The patch version may be ahead of the corresponding upstream minor.
328328
This happens when we need to release Sass-specific changes.
329329

330330
Before v3.3.2, Bootstrap for Sass version used to reflect the upstream version, with an additional number for
@@ -395,7 +395,7 @@ Michael Hartl's [Rails Tutorial](https://www.railstutorial.org/), [gitlabhq](htt
395395
[version]: https://github.com/twbs/bootstrap-sass/blob/master/lib/bootstrap-sass/version.rb
396396
[contrib]: https://github.com/twbs/bootstrap-sass/graphs/contributors
397397
[antirequire]: https://github.com/twbs/bootstrap-sass/issues/79#issuecomment-4428595
398-
[jsdocs]: http://getbootstrap.com/javascript/#transitions
398+
[jsdocs]: https://getbootstrap.com/javascript/#transitions
399399
[sass-precision]: http://sass-lang.com/documentation/Sass/Script/Value/Number.html#precision%3D-class_method
400400
[mincer]: https://github.com/nodeca/mincer
401401
[autoprefixer]: https://github.com/postcss/autoprefixer

0 commit comments

Comments
 (0)