Merge pull request #674 from danvk/module
[dygraphs.git] / tests / plugins.html
index f7957c9..92cd104 100644 (file)
@@ -2,10 +2,10 @@
 <html>
   <head>
     <title>plugins demo</title>
-    <script type="text/javascript" src="../dygraph-dev.js"></script>
+    <script type="text/javascript" src="../dist/dygraph.js"></script>
 
     <!-- Include the Javascript for the plug-in -->
-    <script type="text/javascript" src="../extras/unzoom.js"></script>
+    <script type="text/javascript" src="../src/extras/unzoom.js"></script>
   </head>
   <body>
     <h2>Plugins Demo</h2>