Skip to content

Commit fa22894

Browse files
authored
add secure protocol
1 parent edc5800 commit fa22894

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

map.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
layout: default
33
title: Workshop Locations
44
---
5-
<link rel="stylesheet" type="text/css" href="http://bridgefoundry.org/workshop-map/workshop-map.css">
6-
<script src="http://d3js.org/d3.v4.min.js"></script>
7-
<script src="http://d3js.org/topojson.v2.min.js"></script>
8-
<script src="http://bridgefoundry.org/workshop-map/workshop-map.js" type="text/javascript"></script>
5+
<link rel="stylesheet" type="text/css" href="https://bridgefoundry.org/workshop-map/workshop-map.css">
6+
<script src="https://d3js.org/d3.v4.min.js"></script>
7+
<script src="https://d3js.org/topojson.v2.min.js"></script>
8+
<script src="https://bridgefoundry.org/workshop-map/workshop-map.js" type="text/javascript"></script>
99

1010
<div id="map"></div>
1111
<script>

0 commit comments

Comments
 (0)