Use HTTPS in CDN URLs in _config.yml

For consistency with the rest of the docs and per our code guidelines.
This commit is contained in:
Chris Rebert 2014-07-18 14:26:14 -07:00
parent 866ffc4f37
commit 0fe4fe328c
1 changed files with 3 additions and 3 deletions

View File

@ -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