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:
authorHeinrich Fenkart <hnrch02@gmail.com>2014-10-30 09:20:41 +0300
committerHeinrich Fenkart <hnrch02@gmail.com>2014-10-30 09:20:41 +0300
commitea23969150e7329dd4e996b844db0282c4d2319d (patch)
tree642ed6093247864a074f35d2ff25c70d12bf1b1d /_config.yml
parentb8c3c5c19b2154d157256cec839c9b0a40b3e7b4 (diff)
Use jsDelivr CDN until BootstrapCDN gets updated
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 a936a3dde7..e7b86d3559 100644
--- a/_config.yml
+++ b/_config.yml
@@ -27,6 +27,6 @@ blog: http://blog.getbootstrap.com
expo: http://expo.getbootstrap.com
cdn:
- css: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css
- css_theme: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap-theme.min.css
- js: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js
+ css: https://cdn.jsdelivr.net/bootstrap/3.3.0/css/bootstrap.min.css
+ css_theme: https://cdn.jsdelivr.net/bootstrap/3.3.0/css/bootstrap-theme.min.css
+ js: https://cdn.jsdelivr.net/bootstrap/3.3.0/js/bootstrap.min.js