diff options
Diffstat (limited to 'examples/theme')
| -rw-r--r-- | examples/theme/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/theme/index.html b/examples/theme/index.html index a0f3128bf..dbc4fdadd 100644 --- a/examples/theme/index.html +++ b/examples/theme/index.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> - <link rel="shortcut icon" href="../../assets/ico/favicon.png"> + <link rel="shortcut icon" href="../../docs-assets/ico/favicon.png"> <title>Theme 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> @@ -346,8 +346,8 @@ <!-- 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> - <script src="../../assets/js/holder.js"></script> + <script src="../../docs-assets/js/holder.js"></script> </body> </html> |
