Skip to content

Commit

Permalink
Change script src's to be https
Browse files Browse the repository at this point in the history
  • Loading branch information
leggsimon committed May 27, 2016
1 parent be3c560 commit 7ee70ef
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 7ee70ef

Please sign in to comment.