update some references
authorDan Vanderkam <danvk@sidewalklabs.com>
Wed, 28 Dec 2016 20:33:45 +0000 (15:33 -0500)
committerDan Vanderkam <danvk@sidewalklabs.com>
Wed, 28 Dec 2016 20:33:45 +0000 (15:33 -0500)
docs/index.html
gallery/index.html

index 1078673..f969672 100644 (file)
@@ -69,9 +69,8 @@ pre.prettyprint {
       and use it via:
 
       <pre class="prettyprint">import Dygraph from 'dygraphs';
-        // or: const Dygraph = require('dygraphs');
-        const g = new Dygraph(div, data, {});
-      </pre>
+// or: const Dygraph = require('dygraphs');
+const g = new Dygraph(div, data, {});</pre>
 
       <p>Check out the <a href="https://github.com/danvk/dygraphs-es6">dygraphs ES6 sample project</a> for more details on this approach.</p>
     </div>
index 86c87ec..6d546b0 100644 (file)
@@ -2,7 +2,7 @@
 <html>
   <head>
     <title>Dygraphs Gallery</title>
-    <link rel="stylesheet" href="../css/dygraph.css" />
+    <link rel="stylesheet" href="../dist/dygraph.css" />
 
     <script src="../dist/dygraph.js"></script>
     <script src="../src/extras/synchronizer.js"></script>