From da62b83c4b52d9b4d6a5bdfca36d3aa9c351dee1 Mon Sep 17 00:00:00 2001 From: Mikel Larreategi Date: Wed, 8 Nov 2023 16:56:33 +0100 Subject: [PATCH] Update euskalmet.js --- src/euskalmet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/euskalmet.js b/src/euskalmet.js index a7d6558..94e3939 100644 --- a/src/euskalmet.js +++ b/src/euskalmet.js @@ -3,7 +3,7 @@ const getForecastUrl = (city) => { // in order to avoid caching the JSON with the forecast // in the client's browser const cache_buster = parseInt(new Date().getTime() / (1000 * 60 * 60 * 4)); - return `https://raw.githubusercontent.com/erral/eguraldi_iragarpena/main/forecasts/${city}-euskalmet.json?time=${cache_buster}`; + return `https://raw.githubusercontent.com/codesyntax/euskalmet-eguraldi-iragarpena/main/forecasts/${city}-euskalmet.json?time=${cache_buster}`; }; const AVAILABLE_LANGUAGES = {