aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-07-18 14:26:14 -0700
committerChris Rebert <[email protected]>2014-07-18 14:26:14 -0700
commit0fe4fe328c6916d2cac034b0da957f4452cc38d7 (patch)
treedf9022c431b9067ddac94d5cb63b56fa02efd627
parent866ffc4f37def3d505a10a161720dc0ef9420dea (diff)
downloadbootstrap-0fe4fe328c6916d2cac034b0da957f4452cc38d7.tar.xz
bootstrap-0fe4fe328c6916d2cac034b0da957f4452cc38d7.zip
Use HTTPS in CDN URLs in _config.yml
For consistency with the rest of the docs and per our code guidelines.
-rw-r--r--_config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml
index 72839147d..607750b7a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -28,6 +28,6 @@ blog: http://blog.getbootstrap.com
expo: http://expo.getbootstrap.com
cdn:
- css: //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css
- css_theme: //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css
- js: //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js
+ css: https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css
+ css_theme: https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css
+ js: https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js