Skip to content

Commit 230a3fb

Browse files
author
Fatih Şennik
committed
SSL
1 parent ffe513a commit 230a3fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
crossorigin="anonymous">
1717
<link
1818
rel="stylesheet"
19-
href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css"
19+
href="https://cdn.jsdelivr.net/npm/leaflet@0.7.7/dist/leaflet.css"
2020
/>
2121
<!-- Custom styles for this template -->
2222
<link href="style/justified-nav.css" rel="stylesheet">
@@ -231,11 +231,11 @@ <h1>How to Use it ?</h1>
231231
crossorigin="anonymous"></script>
232232
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1"
233233
crossorigin="anonymous"></script>
234-
<script src="http://d3js.org/d3.v3.min.js"></script>
234+
<script src="https://cdn.jsdelivr.net/npm/d3@3.3.0/d3.min.js"></script>
235235

236236

237237
<script
238-
src="http://cdn.leafletjs.com/leaflet-0.7/leaflet.js">
238+
src="https://cdn.jsdelivr.net/npm/leaflet@0.7.7/dist/leaflet.js">
239239
</script>
240240

241241
<script src="js/main.js"></script>

0 commit comments

Comments
 (0)