Use link href, not link src (#904)
authorDan Vanderkam <danvdk@gmail.com>
Tue, 30 Jan 2018 14:20:49 +0000 (09:20 -0500)
committerGitHub <noreply@github.com>
Tue, 30 Jan 2018 14:20:49 +0000 (09:20 -0500)
scripts/generate-download.py

index 3c51e52..ab513a6 100755 (executable)
@@ -51,7 +51,7 @@ print '''
 
 <p>There's a hosted version of dygraphs on <a href="https://cdnjs.com/libraries/dygraph">cdnjs.com</a>:</p>
 
-<pre>&lt;script src="//cdnjs.cloudflare.com/ajax/libs/dygraph/%(version)s/dygraph.min.js"&gt;&lt;/script&gt;
+<pre>&lt;script href="//cdnjs.cloudflare.com/ajax/libs/dygraph/%(version)s/dygraph.min.js"&gt;&lt;/script&gt;
 &lt;link rel=&quot;stylesheet&quot; src=&quot;//cdnjs.cloudflare.com/ajax/libs/dygraph/%(version)s/dygraph.min.css&quot; /&gt;
 </pre>