aboutsummaryrefslogtreecommitdiff
path: root/examples
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
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')
-rw-r--r--examples/carousel/index.html4
-rw-r--r--examples/grid/index.html2
-rw-r--r--examples/jumbotron-narrow/index.html2
-rw-r--r--examples/jumbotron/index.html4
-rw-r--r--examples/justified-nav/index.html2
-rw-r--r--examples/navbar-fixed-top/index.html4
-rw-r--r--examples/navbar-static-top/index.html4
-rw-r--r--examples/navbar/index.html4
-rw-r--r--examples/non-responsive/index.html4
-rw-r--r--examples/offcanvas/index.html4
-rw-r--r--examples/signin/index.html2
-rw-r--r--examples/starter-template/index.html4
-rw-r--r--examples/sticky-footer-navbar/index.html4
-rw-r--r--examples/sticky-footer/index.html2
-rw-r--r--examples/theme/index.html4
15 files changed, 25 insertions, 25 deletions
diff --git a/examples/carousel/index.html b/examples/carousel/index.html
index e5c3e0a31..457a0013b 100644
--- a/examples/carousel/index.html
+++ b/examples/carousel/index.html
@@ -15,7 +15,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]-->
@@ -195,7 +195,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="../../dist/js/bootstrap.min.js"></script>
<script src="../../docs-assets/js/holder.js"></script>
</body>
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>
diff --git a/examples/jumbotron-narrow/index.html b/examples/jumbotron-narrow/index.html
index 31872bf6f..6c6c10344 100644
--- a/examples/jumbotron-narrow/index.html
+++ b/examples/jumbotron-narrow/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>
diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html
index 7a0e7d928..ea1c76a61 100644
--- a/examples/jumbotron/index.html
+++ b/examples/jumbotron/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>
@@ -89,7 +89,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="../../dist/js/bootstrap.min.js"></script>
</body>
</html>
diff --git a/examples/justified-nav/index.html b/examples/justified-nav/index.html
index 3c02d8fc0..ac5bb3112 100644
--- a/examples/justified-nav/index.html
+++ b/examples/justified-nav/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>
diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html
index 39d3bdf8e..56496db5b 100644
--- a/examples/navbar-fixed-top/index.html
+++ b/examples/navbar-fixed-top/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>
@@ -81,7 +81,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="../../dist/js/bootstrap.min.js"></script>
</body>
</html>
diff --git a/examples/navbar-static-top/index.html b/examples/navbar-static-top/index.html
index caaa72190..864f48e57 100644
--- a/examples/navbar-static-top/index.html
+++ b/examples/navbar-static-top/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>
@@ -82,7 +82,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="../../dist/js/bootstrap.min.js"></script>
</body>
</html>
diff --git a/examples/navbar/index.html b/examples/navbar/index.html
index 5b6a80237..78ca19215 100644
--- a/examples/navbar/index.html
+++ b/examples/navbar/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>
@@ -78,7 +78,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="../../dist/js/bootstrap.min.js"></script>
</body>
</html>
diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html
index a8828c328..6db2d0bb5 100644
--- a/examples/non-responsive/index.html
+++ b/examples/non-responsive/index.html
@@ -20,7 +20,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>
@@ -91,7 +91,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="../../dist/js/bootstrap.min.js"></script>
</body>
</html>
diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html
index 803644859..62ac8ef2b 100644
--- a/examples/offcanvas/index.html
+++ b/examples/offcanvas/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>
@@ -119,7 +119,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="../../dist/js/bootstrap.min.js"></script>
<script src="offcanvas.js"></script>
</body>
diff --git a/examples/signin/index.html b/examples/signin/index.html
index fb36aaf9b..46ba71c7a 100644
--- a/examples/signin/index.html
+++ b/examples/signin/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>
diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html
index 64e9e0471..e6527ccbc 100644
--- a/examples/starter-template/index.html
+++ b/examples/starter-template/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>
@@ -58,7 +58,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="../../dist/js/bootstrap.min.js"></script>
</body>
</html>
diff --git a/examples/sticky-footer-navbar/index.html b/examples/sticky-footer-navbar/index.html
index 385d76054..12a4fb1a2 100644
--- a/examples/sticky-footer-navbar/index.html
+++ b/examples/sticky-footer-navbar/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>
@@ -81,7 +81,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="../../dist/js/bootstrap.min.js"></script>
</body>
</html>
diff --git a/examples/sticky-footer/index.html b/examples/sticky-footer/index.html
index 8e14adee2..c8da90cc9 100644
--- a/examples/sticky-footer/index.html
+++ b/examples/sticky-footer/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>
diff --git a/examples/theme/index.html b/examples/theme/index.html
index d0a2e425c..7cd41b692 100644
--- a/examples/theme/index.html
+++ b/examples/theme/index.html
@@ -20,7 +20,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>
@@ -347,7 +347,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="../../dist/js/bootstrap.min.js"></script>
<script src="../../docs-assets/js/holder.js"></script>
</body>