diff options
| author | Mark Otto <[email protected]> | 2013-10-10 13:37:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-10 13:37:06 -0700 |
| commit | 3ea40c0d4f7b139933200808f70f3d28ffb0dd8e (patch) | |
| tree | 2816c0302ef3e52c1555973ab5e63e87cff0fd0d /_includes | |
| parent | a96aff1e564227cc03f10aa757ff5c2b80c482b1 (diff) | |
| parent | 4b175d908cdbe923cfb2509bd5549509c300a71e (diff) | |
| download | bootstrap-3ea40c0d4f7b139933200808f70f3d28ffb0dd8e.tar.xz bootstrap-3ea40c0d4f7b139933200808f70f3d28ffb0dd8e.zip | |
Merge pull request #11018 from twbs/use-https
use https:// for CDN links
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/footer.html | 2 | ||||
| -rw-r--r-- | _includes/header.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index c791b4144..7f9f8f103 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,7 +1,7 @@ <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> -<script src="//code.jquery.com/jquery-1.10.2.min.js"></script> +<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="{{ page.base_url }}dist/js/bootstrap.js"></script> <script src="http://platform.twitter.com/widgets.js"></script> diff --git a/_includes/header.html b/_includes/header.html index d9094a0ac..efd14c332 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -21,7 +21,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="//oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> + <script src="https://oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script> <script src="{{ page.base_url }}docs-assets/js/respond.min.js"></script> <![endif]--> |
