Skip to content

Commit b0fbdf1

Browse files
Replace npmcdn.com with unpkg.com
1 parent 675848e commit b0fbdf1

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
@@ -4,9 +4,9 @@
44
<title>OSM</title>
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<link rel="stylesheet" href="https://npmcdn.com/[email protected]/dist/leaflet.css" />
7+
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
88
<link rel="stylesheet" href="css/osm.css" />
9-
<script src="https://npmcdn.com/[email protected]/dist/leaflet.js"></script>
9+
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
1010
<script src="https://d3js.org/d3-dsv.v1.min.js"></script>
1111
</head>
1212
<body>

0 commit comments

Comments
 (0)