w2v-server: fix serving of static js files
diff --git a/templates/index.html.ep b/templates/index.html.ep
index 41d391e..c9a2324 100644
--- a/templates/index.html.ep
+++ b/templates/index.html.ep
@@ -18,9 +18,9 @@
})
</script>
<script src="//d3js.org/d3.v3.min.js" charset="utf-8"></script>
- <script src="/word2vec/js/tsne.js"></script>
- <script src="/word2vec/js/som.js"></script>
- <script src="/word2vec/js/labeler.js"></script>
+ <script src="/derekovecs/js/tsne.js"></script>
+ <script src="/derekovecs/js/som.js"></script>
+ <script src="/derekovecs/js/labeler.js"></script>
<style>
body, input {
font-family: Arial, sans-serif;