summaryrefslogtreecommitdiff
path: root/bubble.html
diff options
context:
space:
mode:
Diffstat (limited to 'bubble.html')
-rw-r--r--bubble.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/bubble.html b/bubble.html
index c3fe36f..697a65d 100644
--- a/bubble.html
+++ b/bubble.html
@@ -142,9 +142,9 @@ html, body {
<div id="map"></div>
-<script src="d3.js"></script>
-<script src="collision.js"></script>
-<script src="preprocess.js"></script>
-<script src="bubble.js"></script>
+<script src="lib/d3.js"></script>
+<script src="js/collision.js"></script>
+<script src="js/preprocess.js"></script>
+<script src="js/bubble.js"></script>
</body>
</html>