Skip to content

Commit bb1c7ce

Browse files
committed
Switched CDN to maxcdn
From zostera#230, this change is stated in https://github.com/dyve/django-bootstrap3/blob/develop/HISTORY.rst and https://github.com/dyve/django-bootstrap3/blob/develop/docs/settings.rst. But `BOOTSTRAP3_DEFAULTS` hasn't changed yet.
1 parent 71835bb commit bb1c7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap3/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Default settings
1212
BOOTSTRAP3_DEFAULTS = {
1313
'jquery_url': '//code.jquery.com/jquery.min.js',
14-
'base_url': '//netdna.bootstrapcdn.com/bootstrap/3.3.4/',
14+
'base_url': '//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/',
1515
'css_url': None,
1616
'theme_url': None,
1717
'javascript_url': None,

0 commit comments

Comments
 (0)