Replace unsecure links with https ones

This commit is contained in:
rejas
2020-04-28 23:05:28 +02:00
parent 3c54d4af15
commit e7fc4ef1e7
52 changed files with 83 additions and 83 deletions

View File

@@ -3,7 +3,7 @@
/* Magic Mirror
* Module: WeatherForecast
*
* By Michael Teeuw http://michaelteeuw.nl
* By Michael Teeuw https://michaelteeuw.nl
* MIT Licensed.
*/
Module.register("weatherforecast",{
@@ -404,7 +404,7 @@ Module.register("weatherforecast",{
* Converts m2 to beaufort (windspeed).
*
* see:
* http://www.spc.noaa.gov/faq/tornado/beaufort.html
* https://www.spc.noaa.gov/faq/tornado/beaufort.html
* https://en.wikipedia.org/wiki/Beaufort_scale#Modern_scale
*
* argument ms number - Windspeed in m/s.