Commit c5fdea1b authored by Heinrich Fenkart's avatar Heinrich Fenkart
Browse files

Merge pull request #14930 from twbs/use-jsdelivr-cdn-urls

Use jsDelivr CDN until BootstrapCDN gets updated
parents b8c3c5c1 ea239691
Showing with 3 additions and 3 deletions
+3 -3
......@@ -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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment