Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-07-19 01:26:14 +0400
committerChris Rebert <code@rebertia.com>2014-07-19 01:26:14 +0400
commit0fe4fe328c6916d2cac034b0da957f4452cc38d7 (patch)
treedf9022c431b9067ddac94d5cb63b56fa02efd627 /_config.yml
parent866ffc4f37def3d505a10a161720dc0ef9420dea (diff)
Use HTTPS in CDN URLs in _config.yml
For consistency with the rest of the docs and per our code guidelines.
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml6
1 files changed, 3 insertions, 3 deletions
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