Skip to content

Commit

Permalink
Update euskalmet.js
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Nov 8, 2023
1 parent 8787612 commit da62b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/euskalmet.js
Original file line number Diff line number Diff line change
Expand Up @@ -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://github.com/raw/erral/eguraldi_iragarpena/main/forecasts/${city}-euskalmet.json?time=${cache_buster}`;
return `https://github.com/raw/codesyntax/euskalmet-eguraldi-iragarpena/main/forecasts/${city}-euskalmet.json?time=${cache_buster}`;
};

const AVAILABLE_LANGUAGES = {
Expand Down

0 comments on commit da62b83

Please sign in to comment.