Fix paths in synchronize test
authorDan Vanderkam <danvdk@gmail.com>
Mon, 13 Apr 2015 17:40:34 +0000 (13:40 -0400)
committerDan Vanderkam <danvdk@gmail.com>
Mon, 13 Apr 2015 17:40:34 +0000 (13:40 -0400)
tests/synchronize.html

index a98224d..aff54ce 100644 (file)
@@ -7,7 +7,7 @@
     <script type="text/javascript" src="dygraph-combined.js"></script>
     -->
     <script type="text/javascript" src="../dygraph-dev.js"></script>
     <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="../src/extras/synchronizer.js"></script>
 
     <script type="text/javascript" src="data.js"></script>
     <style>
 
     <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>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">
     See the comments in that file for usage.</p>
 
     <div class="chart-container">