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 /docs/4.0/examples/offcanvas | |
| parent | 723a03cc43f43aabf81e10e800ce6d1b14207a77 (diff) | |
| download | bootstrap-0ef7cb866e8eb3289470c57fe35d01f31a4c0e14.tar.xz bootstrap-0ef7cb866e8eb3289470c57fe35d01f31a4c0e14.zip | |
more examples path fixing
Diffstat (limited to 'docs/4.0/examples/offcanvas')
| -rw-r--r-- | docs/4.0/examples/offcanvas/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
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> |
