aboutsummaryrefslogtreecommitdiff
path: root/examples/theme
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-09-23 13:00:43 -0700
committerChris Rebert <[email protected]>2013-09-23 13:02:26 -0700
commit8aa5181126d9480eef502403aa98e469a3597826 (patch)
tree8abdbb8d09efbead7d436b9d86c74da202cb44f5 /examples/theme
parent229469e0598a230c8b11890d128a57618df838d4 (diff)
downloadbootstrap-8aa5181126d9480eef502403aa98e469a3597826.tar.xz
bootstrap-8aa5181126d9480eef502403aa98e469a3597826.zip
move /assets/ to /docs-assets/ ; fixes #10715
Diffstat (limited to 'examples/theme')
-rw-r--r--examples/theme/index.html10
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>