]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use HTTPS in CDN URLs in _config.yml 14192/head
authorChris Rebert <code@rebertia.com>
Fri, 18 Jul 2014 21:26:14 +0000 (14:26 -0700)
committerChris Rebert <code@rebertia.com>
Fri, 18 Jul 2014 21:26:14 +0000 (14:26 -0700)
For consistency with the rest of the docs and per our code guidelines.

_config.yml

index 72839147d58793e0d8ce874f0acae3bf93354f83..607750b7a4298114a0924d94228366d32af3689f 100644 (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