summaryrefslogtreecommitdiff
path: root/bubble.html
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2014-05-21 15:13:16 +0200
committerPeter Wu <peter@lekensteyn.nl>2014-05-21 15:13:16 +0200
commit0334aa5e0051b59ce4050fd306b26119466e2991 (patch)
tree656de6f8ab686b3340abdd4dd86d196048d47ff3 /bubble.html
parent0d2a9c9fd6c16ced9c684354690cc62dfd3d58f0 (diff)
downloadd3viz-0334aa5e0051b59ce4050fd306b26119466e2991.tar.gz
Move scripts to subdir
Our scripts end up in js/, third-party libraries end up in lib/.
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>