aboutsummaryrefslogtreecommitdiff
path: root/examples/grid
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-10-10 13:37:06 -0700
committerMark Otto <[email protected]>2013-10-10 13:37:06 -0700
commit3ea40c0d4f7b139933200808f70f3d28ffb0dd8e (patch)
tree2816c0302ef3e52c1555973ab5e63e87cff0fd0d /examples/grid
parenta96aff1e564227cc03f10aa757ff5c2b80c482b1 (diff)
parent4b175d908cdbe923cfb2509bd5549509c300a71e (diff)
downloadbootstrap-3ea40c0d4f7b139933200808f70f3d28ffb0dd8e.tar.xz
bootstrap-3ea40c0d4f7b139933200808f70f3d28ffb0dd8e.zip
Merge pull request #11018 from twbs/use-https
use https:// for CDN links
Diffstat (limited to 'examples/grid')
-rw-r--r--examples/grid/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/grid/index.html b/examples/grid/index.html
index c63f70b63..419ea02d8 100644
--- a/examples/grid/index.html
+++ b/examples/grid/index.html
@@ -18,7 +18,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="../../docs-assets/js/respond.min.js"></script>
<![endif]-->
</head>