Bump version to 2.0.1
[dygraphs.git] / tests / smooth-plots.html
index 8301c93..134a846 100644 (file)
@@ -1,9 +1,10 @@
 <!DOCTYPE html>
 <html>
   <head>
+    <link rel="stylesheet" href="../dist/dygraph.css">
     <title>Plotters demo</title>
-    <script type="text/javascript" src="../dygraph-dev.js"></script>
-    <script type="text/javascript" src="../extras/smooth-plotter.js"></script>
+    <script type="text/javascript" src="../dist/dygraph.js"></script>
+    <script type="text/javascript" src="../src/extras/smooth-plotter.js"></script>
 
     <style type="text/css">
       body {