From: Chris Rebert Date: Fri, 18 Jul 2014 21:26:14 +0000 (-0700) Subject: Use HTTPS in CDN URLs in _config.yml X-Git-Tag: v3.3.0~316^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fe4fe328c6916d2cac034b0da957f4452cc38d7;p=thirdparty%2Fbootstrap.git Use HTTPS in CDN URLs in _config.yml For consistency with the rest of the docs and per our code guidelines. --- diff --git a/_config.yml b/_config.yml index 72839147d5..607750b7a4 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