Skip to content

Commit 857136c

Browse files
author
Marek Dorda
committed
Update libBoot.js URL
1 parent d8a5f86 commit 857136c

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

bcast/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
66
/>
77
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
8-
<script src="https://api4.windy.com/assets/libBoot.js"></script>
8+
<script src="https://api.windy.com/assets/map-forecast/libBoot.js"></script>
99
<style>
1010
#windy {
1111
width: 100%;

boat-tracker/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
66
/>
77
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
8-
<script src="https://api4.windy.com/assets/libBoot.js"></script>
8+
<script src="https://api.windy.com/assets/map-forecast/libBoot.js"></script>
99
<style>
1010
#windy {
1111
width: 100%;

hello-world/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Hello world
2-
Load the Leaflet library at the beginning of your script and after that the Windy API library from URL `https://api4.windy.com/assets/libBoot.js`.
2+
Load the Leaflet library at the beginning of your script and after that the Windy API library from URL `https://api.windy.com/assets/map-forecast/libBoot.js`.
33

44
The Leaflet CSS is loaded automatically.
55

hello-world/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
66
/>
77
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
8-
<script src="https://api4.windy.com/assets/libBoot.js"></script>
8+
<script src="https://api.windy.com/assets/map-forecast/libBoot.js"></script>
99
<style>
1010
#windy {
1111
width: 100%;

metrics/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
66
/>
77
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
8-
<script src="https://api4.windy.com/assets/libBoot.js"></script>
8+
<script src="https://api.windy.com/assets/map-forecast/libBoot.js"></script>
99
<style>
1010
#windy {
1111
width: 100%;

navigation/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
66
/>
77
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
8-
<script src="https://api4.windy.com/assets/libBoot.js"></script>
8+
<script src="https://api.windy.com/assets/map-forecast/libBoot.js"></script>
99
<style>
1010
#windy {
1111
width: 100%;

parameters/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
66
/>
77
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
8-
<script src="https://api4.windy.com/assets/libBoot.js"></script>
8+
<script src="https://api.windy.com/assets/map-forecast/libBoot.js"></script>
99
<style>
1010
#windy {
1111
width: 100%;

picker/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
66
/>
77
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
8-
<script src="https://api4.windy.com/assets/libBoot.js"></script>
8+
<script src="https://api.windy.com/assets/map-forecast/libBoot.js"></script>
99
<style>
1010
#windy {
1111
width: 100%;

0 commit comments

Comments
 (0)