aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Fenkart <[email protected]>2014-10-30 08:07:55 +0100
committerHeinrich Fenkart <[email protected]>2014-10-30 08:07:55 +0100
commitc5fdea1b51af9a53cbd6079dce88deba2469af9a (patch)
tree642ed6093247864a074f35d2ff25c70d12bf1b1d
parentb8c3c5c19b2154d157256cec839c9b0a40b3e7b4 (diff)
parentea23969150e7329dd4e996b844db0282c4d2319d (diff)
downloadbootstrap-c5fdea1b51af9a53cbd6079dce88deba2469af9a.tar.xz
bootstrap-c5fdea1b51af9a53cbd6079dce88deba2469af9a.zip
Merge pull request #14930 from twbs/use-jsdelivr-cdn-urls
Use jsDelivr CDN until BootstrapCDN gets updated
-rw-r--r--_config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml
index a936a3dde..e7b86d355 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