Merge pull request #736 from danvk/issue-pr-templates
[dygraphs.git] / tests / synchronize.html
index a98224d..c14ef64 100644 (file)
@@ -6,8 +6,8 @@
     For production (minified) code, use:
     <script type="text/javascript" src="dygraph-combined.js"></script>
     -->
-    <script type="text/javascript" src="../dygraph-dev.js"></script>
-    <script type="text/javascript" src="../extras/synchronizer.js"></script>
+    <script type="text/javascript" src="../dist/dygraph.js"></script>
+    <script type="text/javascript" src="../src/extras/synchronizer.js"></script>
 
     <script type="text/javascript" src="data.js"></script>
     <style>
@@ -23,7 +23,7 @@
     <p>Zooming and panning on any of the charts will zoom and pan all the
     others. Selecting points on one will select points on the others.</p>
 
-    <p>To use this, source <a href="https://github.com/danvk/dygraphs/blob/master/extras/synchronizer.js"><code>extras/synchronizer.js</code></a> on your page.
+    <p>To use this, source <a href="https://github.com/danvk/dygraphs/blob/master/src/extras/synchronizer.js"><code>extras/synchronizer.js</code></a> on your page.
     See the comments in that file for usage.</p>
 
     <div class="chart-container">