Skip to content

Commit

Permalink
Merge pull request #7 from leggsimon/patch-1
Browse files Browse the repository at this point in the history
Change script src's to be https
  • Loading branch information
simzou authored Jun 6, 2018
2 parents 6948816 + 7ee70ef commit 490ce26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
</head>
<body>
<div id="textbox"></div>
<script src="http://d3js.org/d3.v3.js"></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<script src="https://d3js.org/d3.v3.js"></script>
<script src="https://d3js.org/topojson.v1.min.js"></script>
<script>
var width = 960,
height = 500;
Expand Down Expand Up @@ -154,4 +154,4 @@

</script>
</body>
</html>
</html>

0 comments on commit 490ce26

Please sign in to comment.