From db33a0fc703796d89e3c31d3daba2d45783a330b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Finkenfl=C3=BCgel?= <1516225+MartinFinkenflugel@users.noreply.github.com> Date: Fri, 27 Nov 2020 12:24:56 -0500 Subject: [PATCH] Fix broken Environment Canada links (#15765) --- source/_integrations/environment_canada.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/environment_canada.markdown b/source/_integrations/environment_canada.markdown index de209f53526..bc1e5feef89 100644 --- a/source/_integrations/environment_canada.markdown +++ b/source/_integrations/environment_canada.markdown @@ -56,7 +56,7 @@ weather: - The platform checks for new data every 10 minutes, and the source data is typically updated hourly within 10 minutes after the hour. - If no name is given, the weather entity will be named `weather.`. - The platform automatically determines which weather station to use based on the system's latitude/longitude settings. For greater precision, it is also possible to specify either: - - A specific station code of the form `AB/s0000123` based on those listed in [this CSV file](http://dd.weatheroffice.ec.gc.ca/citypage_weather/docs/site_list_towns_en.csv), or + - A specific station code of the form `AB/s0000123` based on those listed in [this CSV file](https://dd.weather.gc.ca/citypage_weather/docs/site_list_towns_en.csv), or - A specific latitude/longitude {% configuration %} @@ -123,7 +123,7 @@ sensor: - `statements` - Current special weather statements. - `endings` - Alerts that have recently ended. - The platform automatically determines which weather station to use based on the system's latitude/longitude settings. For greater precision, it is also possible to specify either: - - A specific station code of the form `AB/s0000123` based on those listed in [this CSV file](http://dd.weatheroffice.ec.gc.ca/citypage_weather/docs/site_list_towns_en.csv), or + - A specific station code of the form `AB/s0000123` based on those listed in [this CSV file](https://dd.weather.gc.ca/citypage_weather/docs/site_list_towns_en.csv), or - A specific latitude/longitude - In the case of multiple alerts in the same category, the titles of each are concatenated together with a pipe (`|`) separator.