From f1562ccfc223a60cb0f140a377546ee181eb9a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20K=C3=BChne?= Date: Fri, 12 Jan 2024 14:09:00 +0100 Subject: [PATCH] Update link to ICU patient data --- src/downloaders/downloader_intensivpatienten.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/downloaders/downloader_intensivpatienten.ts b/src/downloaders/downloader_intensivpatienten.ts index 804f260..757a5c4 100644 --- a/src/downloaders/downloader_intensivpatienten.ts +++ b/src/downloaders/downloader_intensivpatienten.ts @@ -20,7 +20,7 @@ export class DownloaderIntensivpatienten extends Downloader { this.status.sources = { intensivpatienten: { urlDE: - 'https://raw.githubusercontent.com/robert-koch-institut/Intensivkapazitaeten_und_COVID-19-Intensivbettenbelegung_in_Deutschland/main/Intensivregister_Bundeslaender_Kapazitaeten.csv', + 'https://raw.githubusercontent.com/robert-koch-institut/Intensivkapazitaeten_und_COVID-19-Intensivbettenbelegung_in_Deutschland/main/Intensivregister_Deutschland_Kapazitaeten.csv', urlBL: 'https://raw.githubusercontent.com/robert-koch-institut/Intensivkapazitaeten_und_COVID-19-Intensivbettenbelegung_in_Deutschland/main/Intensivregister_Bundeslaender_Kapazitaeten.csv', }