Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use link href, not link src (#904)
  • Loading branch information
danvk committed Jan 30, 2018
1 parent a2ac6f9 commit 6611837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-download.py
Expand Up @@ -51,7 +51,7 @@ def file_links(release):
<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>
Expand Down

0 comments on commit 6611837

Please sign in to comment.