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