diff options
| author | Chris Rebert <[email protected]> | 2013-09-23 13:00:43 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-23 13:02:26 -0700 |
| commit | 8aa5181126d9480eef502403aa98e469a3597826 (patch) | |
| tree | 8abdbb8d09efbead7d436b9d86c74da202cb44f5 /examples/non-responsive | |
| parent | 229469e0598a230c8b11890d128a57618df838d4 (diff) | |
| download | bootstrap-8aa5181126d9480eef502403aa98e469a3597826.tar.xz bootstrap-8aa5181126d9480eef502403aa98e469a3597826.zip | |
move /assets/ to /docs-assets/ ; fixes #10715
Diffstat (limited to 'examples/non-responsive')
| -rw-r--r-- | examples/non-responsive/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html index a5fd883bd..ce8ac517a 100644 --- a/examples/non-responsive/index.html +++ b/examples/non-responsive/index.html @@ -7,7 +7,7 @@ <!-- Note there is no responsive meta tag here --> - <link rel="shortcut icon" href="../../assets/ico/favicon.png"> + <link rel="shortcut icon" href="../../docs-assets/ico/favicon.png"> <title>Non-responsive Template for Bootstrap</title> @@ -19,8 +19,8 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> - <script src="../../assets/js/html5shiv.js"></script> - <script src="../../assets/js/respond.min.js"></script> + <script src="../../docs-assets/js/html5shiv.js"></script> + <script src="../../docs-assets/js/respond.min.js"></script> <![endif]--> </head> @@ -90,7 +90,7 @@ <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="../../assets/js/jquery.js"></script> + <script src="../../docs-assets/js/jquery.js"></script> <script src="../../dist/js/bootstrap.min.js"></script> </body> </html> |
