diff options
| author | Mark Otto <[email protected]> | 2017-05-29 11:55:36 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-29 23:32:28 -0700 |
| commit | 0ef7cb866e8eb3289470c57fe35d01f31a4c0e14 (patch) | |
| tree | a3a5f5ae22755f2526c4f1e520dd105ac245843f | |
| parent | 723a03cc43f43aabf81e10e800ce6d1b14207a77 (diff) | |
| download | bootstrap-0ef7cb866e8eb3289470c57fe35d01f31a4c0e14.tar.xz bootstrap-0ef7cb866e8eb3289470c57fe35d01f31a4c0e14.zip | |
more examples path fixing
| -rw-r--r-- | docs/4.0/examples/album/index.html | 10 | ||||
| -rw-r--r-- | docs/4.0/examples/blog/index.html | 8 | ||||
| -rw-r--r-- | docs/4.0/examples/carousel/index.html | 10 | ||||
| -rw-r--r-- | docs/4.0/examples/cover/index.html | 8 | ||||
| -rw-r--r-- | docs/4.0/examples/dashboard/index.html | 8 | ||||
| -rw-r--r-- | docs/4.0/examples/grid/index.html | 4 | ||||
| -rw-r--r-- | docs/4.0/examples/index.md | 68 | ||||
| -rw-r--r-- | docs/4.0/examples/jumbotron/index.html | 8 | ||||
| -rw-r--r-- | docs/4.0/examples/justified-nav/index.html | 8 | ||||
| -rw-r--r-- | docs/4.0/examples/narrow-jumbotron/index.html | 4 | ||||
| -rw-r--r-- | docs/4.0/examples/navbar-top-fixed/index.html | 8 | ||||
| -rw-r--r-- | docs/4.0/examples/navbar-top/index.html | 8 | ||||
| -rw-r--r-- | docs/4.0/examples/navbars/index.html | 8 | ||||
| -rw-r--r-- | docs/4.0/examples/offcanvas/index.html | 8 | ||||
| -rw-r--r-- | docs/4.0/examples/signin/index.html | 4 | ||||
| -rw-r--r-- | docs/4.0/examples/starter-template/index.html | 8 | ||||
| -rw-r--r-- | docs/4.0/examples/sticky-footer-navbar/index.html | 8 | ||||
| -rw-r--r-- | docs/4.0/examples/sticky-footer/index.html | 4 | ||||
| -rw-r--r-- | docs/4.0/examples/tooltip-viewport/index.html | 8 |
19 files changed, 100 insertions, 100 deletions
diff --git a/docs/4.0/examples/album/index.html b/docs/4.0/examples/album/index.html index c19c455f3..f30905813 100644 --- a/docs/4.0/examples/album/index.html +++ b/docs/4.0/examples/album/index.html @@ -10,7 +10,7 @@ <title>Album example for Bootstrap</title> <!-- Bootstrap core CSS --> - <link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> + <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="album.css" rel="stylesheet"> @@ -117,16 +117,16 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> - <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> + <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.9/umd/popper.min.js" integrity="sha256-c477vRLKQv1jt9o7w6TTBzFyFznTaZjoMLTDFi7Hlxc=" crossorigin="anonymous"></script> - <script src="../../assets/js/vendor/holder.min.js"></script> + <script src="../../../../assets/js/vendor/holder.min.js"></script> <script> $(function () { Holder.addTheme("thumb", { background: "#55595c", foreground: "#eceeef", text: "Thumbnail" }); }); </script> - <script src="../../dist/js/bootstrap.min.js"></script> + <script src="../../../../dist/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> - <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> + <script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html> diff --git a/docs/4.0/examples/blog/index.html b/docs/4.0/examples/blog/index.html index 27b4da491..c79abdde9 100644 --- a/docs/4.0/examples/blog/index.html +++ b/docs/4.0/examples/blog/index.html @@ -10,7 +10,7 @@ <title>Blog Template for Bootstrap</title> <!-- Bootstrap core CSS --> - <link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> + <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="blog.css" rel="stylesheet"> @@ -157,10 +157,10 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> - <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> + <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.9/umd/popper.min.js" integrity="sha256-c477vRLKQv1jt9o7w6TTBzFyFznTaZjoMLTDFi7Hlxc=" crossorigin="anonymous"></script> - <script src="../../dist/js/bootstrap.min.js"></script> + <script src="../../../../dist/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> - <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> + <script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html> diff --git a/docs/4.0/examples/carousel/index.html b/docs/4.0/examples/carousel/index.html index 9a55c57ac..95a8bed58 100644 --- a/docs/4.0/examples/carousel/index.html +++ b/docs/4.0/examples/carousel/index.html @@ -10,7 +10,7 @@ <title>Carousel Template for Bootstrap</title> <!-- Bootstrap core CSS --> - <link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> + <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="carousel.css" rel="stylesheet"> @@ -175,12 +175,12 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> - <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> + <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.9/umd/popper.min.js" integrity="sha256-c477vRLKQv1jt9o7w6TTBzFyFznTaZjoMLTDFi7Hlxc=" crossorigin="anonymous"></script> - <script src="../../dist/js/bootstrap.min.js"></script> + <script src="../../../../dist/js/bootstrap.min.js"></script> <!-- Just to make our placeholder images work. Don't actually copy the next line! --> - <script src="../../assets/js/vendor/holder.min.js"></script> + <script src="../../../../assets/js/vendor/holder.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> - <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> + <script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html> diff --git a/docs/4.0/examples/cover/index.html b/docs/4.0/examples/cover/index.html index ea2faec9e..87efec4d7 100644 --- a/docs/4.0/examples/cover/index.html +++ b/docs/4.0/examples/cover/index.html @@ -10,7 +10,7 @@ <title>Cover Template for Bootstrap</title> <!-- Bootstrap core CSS --> - <link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> + <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="cover.css" rel="stylesheet"> @@ -59,10 +59,10 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> - <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> + <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.9/umd/popper.min.js" integrity="sha256-c477vRLKQv1jt9o7w6TTBzFyFznTaZjoMLTDFi7Hlxc=" crossorigin="anonymous"></script> - <script src="../../dist/js/bootstrap.min.js"></script> + <script src="../../../../dist/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> - <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> + <script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html> diff --git a/docs/4.0/examples/dashboard/index.html b/docs/4.0/examples/dashboard/index.html index 241ffcbc3..01d94fba4 100644 --- a/docs/4.0/examples/dashboard/index.html +++ b/docs/4.0/examples/dashboard/index.html @@ -10,7 +10,7 @@ <title>Dashboard Template for Bootstrap</title> <!-- Bootstrap core CSS --> - <link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> + <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="dashboard.css" rel="stylesheet"> @@ -253,10 +253,10 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> - <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> + <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.9/umd/popper.min.js" integrity="sha256-c477vRLKQv1jt9o7w6TTBzFyFznTaZjoMLTDFi7Hlxc=" crossorigin="anonymous"></script> - <script src="../../dist/js/bootstrap.min.js"></script> + <script src="../../../../dist/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> - <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> + <script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html> diff --git a/docs/4.0/examples/grid/index.html b/docs/4.0/examples/grid/index.html index 783eee35d..06d674847 100644 --- a/docs/4.0/examples/grid/index.html +++ b/docs/4.0/examples/grid/index.html @@ -10,7 +10,7 @@ <title>Grid Template for Bootstrap</title> <!-- Bootstrap core CSS --> - <link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> + <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="grid.css" rel="stylesheet"> @@ -168,6 +168,6 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> - <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> + <script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html> diff --git a/docs/4.0/examples/index.md b/docs/4.0/examples/index.md index 3fab1cc1a..85218240b 100644 --- a/docs/4.0/examples/index.md +++ b/docs/4.0/examples/index.md @@ -13,15 +13,15 @@ Examples that focus on implementing uses of built-in components provided by Boot <div class="row bd-examples"> <div class="col-6 col-md-4"> - <a href="{{ site.baseurl }}/examples/starter-template/"> - <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/starter-template.jpg" alt=""> + <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/starter-template/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/starter-template.jpg" alt=""> </a> <h4>Starter template</h4> <p>Nothing but the basics: compiled CSS and JavaScript.</p> </div> <div class="col-6 col-md-4"> - <a href="{{ site.baseurl }}/examples/grid/"> - <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/grid.jpg" alt=""> + <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/grid/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/grid.jpg" alt=""> </a> <h4>Grids</h4> <p>Multiple examples of grid layouts with all four tiers, nesting, and more.</p> @@ -29,15 +29,15 @@ Examples that focus on implementing uses of built-in components provided by Boot <div class="clearfix hidden-md-up"></div> <div class="col-6 col-md-4"> - <a href="{{ site.baseurl }}/examples/jumbotron/"> - <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/jumbotron.jpg" alt=""> + <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/jumbotron/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/jumbotron.jpg" alt=""> </a> <h4>Jumbotron</h4> <p>Build around the jumbotron with a navbar and some basic grid columns.</p> </div> <div class="col-6 col-md-4"> - <a href="{{ site.baseurl }}/examples/narrow-jumbotron/"> - <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/jumbotron-narrow.jpg" alt=""> + <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/narrow-jumbotron/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/jumbotron-narrow.jpg" alt=""> </a> <h4>Narrow jumbotron</h4> <p>Build a more custom page by narrowing the default container and jumbotron.</p> @@ -50,15 +50,15 @@ Taking the default navbar component and showing how it can be moved, placed, and <div class="row bd-examples"> <div class="col-6 col-md-4"> - <a href="{{ site.baseurl }}/examples/navbars/"> - <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/navbar.jpg" alt=""> + <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/navbars/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/navbar.jpg" alt=""> </a> <h4>Navbar</h4> <p>Super basic template that includes the navbar along with some additional content.</p> </div> <div class="col-6 col-md-4"> - <a href="{{ site.baseurl }}/examples/navbar-top/"> - <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/navbar-static.jpg" alt=""> + <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/navbar-top/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/navbar-static.jpg" alt=""> </a> <h4>Static top navbar</h4> <p>Super basic template with a static top navbar along with some additional content.</p> @@ -66,8 +66,8 @@ Taking the default navbar component and showing how it can be moved, placed, and <div class="clearfix hidden-md-up"></div> <div class="col-6 col-md-4"> - <a href="{{ site.baseurl }}/examples/navbar-top-fixed/"> - <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/navbar-fixed.jpg" alt=""> + <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/navbar-top-fixed/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/navbar-fixed.jpg" alt=""> </a> <h4>Fixed navbar</h4> <p>Super basic template with a fixed top navbar along with some additional content.</p> @@ -80,15 +80,15 @@ Brand new components and templates to help folks quickly get started with Bootst <div class="row bd-examples"> <div class="col-6 col-md-4"> - <a href="{{ site.baseurl }}/examples/album/"> - <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/album.jpg" alt=""> + <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/album/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/album.jpg" alt=""> </a> <h4>Album</h4> <p>Simple one-page template for photo galleries, portfolios, and more.</p> </div> <div class="col-6 col-md-4"> - <a href="{{ site.baseurl }}/examples/cover/"> - <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/cover.jpg" alt=""> + <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/cover/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/cover.jpg" alt=""> </a> <h4>Cover</h4> <p>A one-page template for building simple and beautiful home pages.</p> @@ -96,15 +96,15 @@ Brand new components and templates to help folks quickly get started with Bootst <div class="clearfix hidden-md-up"></div> <div class="col-6 col-md-4"> - <a href="{{ site.baseurl }}/examples/carousel/"> - <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/carousel.jpg" alt=""> + <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/carousel/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/carousel.jpg" alt=""> </a> <h4>Carousel</h4> <p>Customize the navbar and carousel, then add some new components.</p> </div> <div class="col-6 col-md-4"> - <a href="{{ site.baseurl }}/examples/blog/"> - <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/blog.jpg" alt=""> + <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/blog/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/blog.jpg" alt=""> </a> <h4>Blog</h4> <p>Simple two-column blog layout with custom navigation, header, and type.</p> @@ -112,15 +112,15 @@ Brand new components and templates to help folks quickly get started with Bootst <div class="clearfix hidden-md-up"></div> <div class="col-6 col-md-4"> - <a href="{{ site.baseurl }}/examples/dashboard/"> - <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/dashboard.jpg" alt=""> + <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/dashboard/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/dashboard.jpg" alt=""> </a> <h4>Dashboard</h4> <p>Basic admin dashboard shell with fixed sidebar and navbar.</p> </div> <div class="col-6 col-md-4"> - <a href="{{ site.baseurl }}/examples/signin/"> - <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/sign-in.jpg" alt=""> + <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/signin/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/sign-in.jpg" alt=""> </a> <h4>Sign-in page</h4> <p>Custom form layout and design for a simple sign in form.</p> @@ -128,15 +128,15 @@ Brand new components and templates to help folks quickly get started with Bootst <div class="clearfix hidden-md-up"></div> <div class="col-6 col-md-4"> - <a href="{{ site.baseurl }}/examples/justified-nav/"> - <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/justified-nav.jpg" alt=""> + <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/justified-nav/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/justified-nav.jpg" alt=""> </a> <h4>Justified nav</h4> <p>Create a custom navbar with justified links. Heads up! Not too Safari friendly.</p> </div> <div class="col-6 col-md-4"> - <a href="{{ site.baseurl }}/examples/sticky-footer/"> - <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/sticky-footer.jpg" alt=""> + <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/sticky-footer/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/sticky-footer.jpg" alt=""> </a> <h4>Sticky footer</h4> <p>Attach a footer to the bottom of the viewport when the content is shorter than it.</p> @@ -144,8 +144,8 @@ Brand new components and templates to help folks quickly get started with Bootst <div class="clearfix hidden-md-up"></div> <div class="col-6 col-md-4"> - <a href="{{ site.baseurl }}/examples/sticky-footer-navbar/"> - <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/sticky-footer-navbar.jpg" alt=""> + <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/sticky-footer-navbar/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/sticky-footer-navbar.jpg" alt=""> </a> <h4>Sticky footer w/ navbar</h4> <p>Attach a footer to the bottom of the viewport with a fixed top navbar.</p> @@ -158,8 +158,8 @@ Examples that focus on future-friendly features or techniques. <div class="row bd-examples"> <div class="col-6 col-md-4"> - <a href="{{ site.baseurl }}/examples/offcanvas/"> - <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/offcanvas.jpg" alt=""> + <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/offcanvas/"> + <img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/offcanvas.jpg" alt=""> </a> <h4>Offcanvas</h4> <p>Build a toggleable off-canvas navigation menu for use with Bootstrap.</p> diff --git a/docs/4.0/examples/jumbotron/index.html b/docs/4.0/examples/jumbotron/index.html index af2d798db..a2f4a7b71 100644 --- a/docs/4.0/examples/jumbotron/index.html +++ b/docs/4.0/examples/jumbotron/index.html @@ -10,7 +10,7 @@ <title>Jumbotron Template for Bootstrap</title> <!-- Bootstrap core CSS --> - <link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> + <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="jumbotron.css" rel="stylesheet"> @@ -92,10 +92,10 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> - <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> + <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.9/umd/popper.min.js" integrity="sha256-c477vRLKQv1jt9o7w6TTBzFyFznTaZjoMLTDFi7Hlxc=" crossorigin="anonymous"></script> - <script src="../../dist/js/bootstrap.min.js"></script> + <script src="../../../../dist/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> - <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> + <script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html> diff --git a/docs/4.0/examples/justified-nav/index.html b/docs/4.0/examples/justified-nav/index.html index fe42367d9..4ebaeed06 100644 --- a/docs/4.0/examples/justified-nav/index.html +++ b/docs/4.0/examples/justified-nav/index.html @@ -10,7 +10,7 @@ <title>Justified Nav Template for Bootstrap</title> <!-- Bootstrap core CSS --> - <link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> + <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="justified-nav.css" rel="stylesheet"> @@ -95,10 +95,10 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> - <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> + <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.9/umd/popper.min.js" integrity="sha256-c477vRLKQv1jt9o7w6TTBzFyFznTaZjoMLTDFi7Hlxc=" crossorigin="anonymous"></script> - <script src="../../dist/js/bootstrap.min.js"></script> + <script src="../../../../dist/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> - <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> + <script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html> diff --git a/docs/4.0/examples/narrow-jumbotron/index.html b/docs/4.0/examples/narrow-jumbotron/index.html index 7bdfbb9c9..c60533f40 100644 --- a/docs/4.0/examples/narrow-jumbotron/index.html +++ b/docs/4.0/examples/narrow-jumbotron/index.html @@ -10,7 +10,7 @@ <title>Narrow Jumbotron Template for Bootstrap</title> <!-- Bootstrap core CSS --> - <link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> + <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="narrow-jumbotron.css" rel="stylesheet"> @@ -76,6 +76,6 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> - <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> + <script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html> diff --git a/docs/4.0/examples/navbar-top-fixed/index.html b/docs/4.0/examples/navbar-top-fixed/index.html index 67ffa5d43..5f81d4905 100644 --- a/docs/4.0/examples/navbar-top-fixed/index.html +++ b/docs/4.0/examples/navbar-top-fixed/index.html @@ -10,7 +10,7 @@ <title>Fixed top navbar example for Bootstrap</title> <!-- Bootstrap core CSS --> - <link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> + <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="navbar-top-fixed.css" rel="stylesheet"> @@ -55,10 +55,10 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> - <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> + <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.9/umd/popper.min.js" integrity="sha256-c477vRLKQv1jt9o7w6TTBzFyFznTaZjoMLTDFi7Hlxc=" crossorigin="anonymous"></script> - <script src="../../dist/js/bootstrap.min.js"></script> + <script src="../../../../dist/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> - <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> + <script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html> diff --git a/docs/4.0/examples/navbar-top/index.html b/docs/4.0/examples/navbar-top/index.html index 4850807c3..66f86f6bf 100644 --- a/docs/4.0/examples/navbar-top/index.html +++ b/docs/4.0/examples/navbar-top/index.html @@ -10,7 +10,7 @@ <title>Top navbar example for Bootstrap</title> <!-- Bootstrap core CSS --> - <link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> + <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="navbar-top.css" rel="stylesheet"> @@ -55,10 +55,10 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> - <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> + <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.9/umd/popper.min.js" integrity="sha256-c477vRLKQv1jt9o7w6TTBzFyFznTaZjoMLTDFi7Hlxc=" crossorigin="anonymous"></script> - <script src="../../dist/js/bootstrap.min.js"></script> + <script src="../../../../dist/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> - <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> + <script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html> diff --git a/docs/4.0/examples/navbars/index.html b/docs/4.0/examples/navbars/index.html index b46b34894..de0a500fb 100644 --- a/docs/4.0/examples/navbars/index.html +++ b/docs/4.0/examples/navbars/index.html @@ -10,7 +10,7 @@ <title>Navbar Template for Bootstrap</title> <!-- Bootstrap core CSS --> - <link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> + <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="navbar.css" rel="stylesheet"> @@ -350,10 +350,10 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> - <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> + <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.9/umd/popper.min.js" integrity="sha256-c477vRLKQv1jt9o7w6TTBzFyFznTaZjoMLTDFi7Hlxc=" crossorigin="anonymous"></script> - <script src="../../dist/js/bootstrap.min.js"></script> + <script src="../../../../dist/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> - <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> + <script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html> diff --git a/docs/4.0/examples/offcanvas/index.html b/docs/4.0/examples/offcanvas/index.html index 766b66140..d0581f997 100644 --- a/docs/4.0/examples/offcanvas/index.html +++ b/docs/4.0/examples/offcanvas/index.html @@ -10,7 +10,7 @@ <title>Off Canvas Template for Bootstrap</title> <!-- Bootstrap core CSS --> - <link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> + <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="offcanvas.css" rel="stylesheet"> @@ -126,11 +126,11 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> - <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> + <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.9/umd/popper.min.js" integrity="sha256-c477vRLKQv1jt9o7w6TTBzFyFznTaZjoMLTDFi7Hlxc=" crossorigin="anonymous"></script> - <script src="../../dist/js/bootstrap.min.js"></script> + <script src="../../../../dist/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> - <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> + <script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script> <script src="offcanvas.js"></script> </body> </html> diff --git a/docs/4.0/examples/signin/index.html b/docs/4.0/examples/signin/index.html index 975702863..16d99cc67 100644 --- a/docs/4.0/examples/signin/index.html +++ b/docs/4.0/examples/signin/index.html @@ -10,7 +10,7 @@ <title>Signin Template for Bootstrap</title> <!-- Bootstrap core CSS --> - <link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> + <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="signin.css" rel="stylesheet"> @@ -41,6 +41,6 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> - <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> + <script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html> diff --git a/docs/4.0/examples/starter-template/index.html b/docs/4.0/examples/starter-template/index.html index a18c5ae40..ce430a60d 100644 --- a/docs/4.0/examples/starter-template/index.html +++ b/docs/4.0/examples/starter-template/index.html @@ -10,7 +10,7 @@ <title>Starter Template for Bootstrap</title> <!-- Bootstrap core CSS --> - <link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> + <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="starter-template.css" rel="stylesheet"> @@ -65,10 +65,10 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> - <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> + <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.9/umd/popper.min.js" integrity="sha256-c477vRLKQv1jt9o7w6TTBzFyFznTaZjoMLTDFi7Hlxc=" crossorigin="anonymous"></script> - <script src="../../dist/js/bootstrap.min.js"></script> + <script src="../../../../dist/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> - <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> + <script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html> diff --git a/docs/4.0/examples/sticky-footer-navbar/index.html b/docs/4.0/examples/sticky-footer-navbar/index.html index 3e382683c..aa1f046ad 100644 --- a/docs/4.0/examples/sticky-footer-navbar/index.html +++ b/docs/4.0/examples/sticky-footer-navbar/index.html @@ -10,7 +10,7 @@ <title>Sticky Footer Navbar Template for Bootstrap</title> <!-- Bootstrap core CSS --> - <link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> + <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="sticky-footer-navbar.css" rel="stylesheet"> @@ -63,10 +63,10 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> - <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> + <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.9/umd/popper.min.js" integrity="sha256-c477vRLKQv1jt9o7w6TTBzFyFznTaZjoMLTDFi7Hlxc=" crossorigin="anonymous"></script> - <script src="../../dist/js/bootstrap.min.js"></script> + <script src="../../../../dist/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> - <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> + <script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html> diff --git a/docs/4.0/examples/sticky-footer/index.html b/docs/4.0/examples/sticky-footer/index.html index 00dcf2bc3..b3ee0070c 100644 --- a/docs/4.0/examples/sticky-footer/index.html +++ b/docs/4.0/examples/sticky-footer/index.html @@ -10,7 +10,7 @@ <title>Sticky Footer Template for Bootstrap</title> <!-- Bootstrap core CSS --> - <link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> + <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="sticky-footer.css" rel="stylesheet"> @@ -38,6 +38,6 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> - <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> + <script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html> diff --git a/docs/4.0/examples/tooltip-viewport/index.html b/docs/4.0/examples/tooltip-viewport/index.html index 384809811..f60ca4707 100644 --- a/docs/4.0/examples/tooltip-viewport/index.html +++ b/docs/4.0/examples/tooltip-viewport/index.html @@ -10,7 +10,7 @@ <title>Tooltip Viewport Example for Bootstrap</title> <!-- Bootstrap core CSS --> - <link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> + <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="tooltip-viewport.css" rel="stylesheet"> @@ -38,11 +38,11 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> - <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> + <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.9/umd/popper.min.js" integrity="sha256-c477vRLKQv1jt9o7w6TTBzFyFznTaZjoMLTDFi7Hlxc=" crossorigin="anonymous"></script> - <script src="../../dist/js/bootstrap.min.js"></script> + <script src="../../../../dist/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> - <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> + <script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script> <script src="tooltip-viewport.js"></script> </body> </html> |
