aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/carousel/index.html
diff options
context:
space:
mode:
authorwangsai <[email protected]>2014-01-01 22:29:13 +0800
committerwangsai <[email protected]>2014-01-01 22:29:13 +0800
commite4508bb37cb5d923cfdb8359081f035ef37302ec (patch)
treeed36068a38f624c74ba8577191717ce4d8e310d7 /docs/examples/carousel/index.html
parent50cf0b1a9d883ae3c4054dfd4071963fdf8aa812 (diff)
downloadbootstrap-e4508bb37cb5d923cfdb8359081f035ef37302ec.tar.xz
bootstrap-e4508bb37cb5d923cfdb8359081f035ef37302ec.zip
fix assets links in all examples
Diffstat (limited to 'docs/examples/carousel/index.html')
-rw-r--r--docs/examples/carousel/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html
index 124674cf3..b985acbc3 100644
--- a/docs/examples/carousel/index.html
+++ b/docs/examples/carousel/index.html
@@ -6,15 +6,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
- <link rel="shortcut icon" href="../../docs-assets/ico/favicon.ico">
+ <link rel="shortcut icon" href="../../assets/ico/favicon.ico">
<title>Carousel Template for Bootstrap</title>
<!-- Bootstrap core CSS -->
- <link href="../../dist/css/bootstrap.css" rel="stylesheet">
+ <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
@@ -201,6 +201,6 @@
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="../../dist/js/bootstrap.min.js"></script>
- <script src="../../docs-assets/js/holder.js"></script>
+ <script src="../../assets/js/holder.js"></script>
</body>
</html>