Skip to content

Commit 629c155

Browse files
authored
Merge pull request #7 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg
Replace npmcdn.com with unpkg.com
2 parents afafe85 + f912851 commit 629c155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<head lang="en">
44
<meta charset="UTF-8">
55
<title>Leaflet Basemaps Control</title>
6-
<link rel="stylesheet" href="//npmcdn.com/leaflet@1.0.0-rc.3/dist/leaflet.css" />
6+
<link rel="stylesheet" href="//unpkg.com/leaflet@1.0.0-rc.3/dist/leaflet.css" />
77
<link rel="stylesheet" href="L.Control.Basemaps.css" />
88
</head>
99
<body>
10-
<script src="//npmcdn.com/leaflet@1.0.0-rc.3/dist/leaflet-src.js"></script>
10+
<script src="//unpkg.com/leaflet@1.0.0-rc.3/dist/leaflet-src.js"></script>
1111
<script src="L.Control.Basemaps.js"></script>
1212
<div id="map" style="position: absolute; top: 0; left:0; bottom:0; right: 0;"></div>
1313

0 commit comments

Comments
 (0)