w2v-server: move js to folder
diff --git a/templates/index.html.ep b/templates/index.html.ep
index f97cf8e..dac652d 100644
--- a/templates/index.html.ep
+++ b/templates/index.html.ep
@@ -15,9 +15,9 @@
 	   })
     </script>
 	  <script src="//d3js.org/d3.v3.min.js" charset="utf-8"></script>
-	  <script src="http://klinux10/word2vec/tsne.js"></script>
-	  <script src="http://klinux10/word2vec/som.js"></script>
-	  <script src="http://klinux10/word2vec/labeler.js"></script>
+	  <script src="/word2vec/js/tsne.js"></script>
+	  <script src="/word2vec/js/som.js"></script>
+	  <script src="/word2vec/js/labeler.js"></script>
     <style>
      body, input {
 	     font-family: Arial, sans-serif;