aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Price <[email protected]>2013-07-27 14:28:13 -0700
committerShawn Price <[email protected]>2013-07-27 14:28:13 -0700
commitdfa71726a983c4fc1455f874bc389a3035e2d6de (patch)
treea9025c03e83e47f0ff68c1cc73fedcf7806f003b
parent2998929b39eb3a4d587c6237d98095f9f5b0df2f (diff)
downloadbootstrap-dfa71726a983c4fc1455f874bc389a3035e2d6de.tar.xz
bootstrap-dfa71726a983c4fc1455f874bc389a3035e2d6de.zip
Fix path to bootstrap javascript
-rw-r--r--carousel/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/carousel/index.html b/carousel/index.html
index 9111e3bf1..042473ad8 100644
--- a/carousel/index.html
+++ b/carousel/index.html
@@ -175,7 +175,7 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="../assets/js/jquery.js"></script>
- <script src="../dist/js/bootstrap.js"></script>
+ <script src="../bootstrap/js/bootstrap.min.js"></script>
<script src="../assets/js/holder.js"></script>
</body>
</html>