Skip to content

Commit

Permalink
Merge pull request #316 from pbinkley/httpsd3
Browse files Browse the repository at this point in the history
Load d3 library via https in wordcloud.py
  • Loading branch information
edsu committed May 11, 2020
2 parents 5c4f7b2 + c295380 commit aac6f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/wordcloud.py
Expand Up @@ -61,7 +61,7 @@ def main():
<head>
<meta charset="utf-8">
<title>twarc wordcloud</title>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="https://d3js.org/d3.v3.min.js"></script>
</head>
<body>
<script>
Expand Down

0 comments on commit aac6f12

Please sign in to comment.