Skip to content

Commit

Permalink
Update link to vaccination data
Browse files Browse the repository at this point in the history
  • Loading branch information
stekhn committed Jan 10, 2024
1 parent 242819d commit 8bad77c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/downloaders/downloader_impfungen_aktuell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { config } from '../lib/config';

export class DownloaderImpfungenAktuell extends Downloader {
githubRepo = 'robert-koch-institut/COVID-19-Impfungen_in_Deutschland';
githubFile = 'Aktuell_Deutschland_Impfquoten_COVID-19.csv';
githubFile = 'Deutschland_Impfquoten_COVID-19.csv';

constructor() {
super('impfungen');
Expand Down
2 changes: 1 addition & 1 deletion src/downloaders/downloader_impfungen_series.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { config } from '../lib/config';

export class DownloaderImpfungenSerie extends Downloader {
githubRepo = 'robert-koch-institut/COVID-19-Impfungen_in_Deutschland';
githubFile = 'Aktuell_Deutschland_Bundeslaender_COVID-19-Impfungen.csv';
githubFile = 'Deutschland_Bundeslaender_COVID-19-Impfungen.csv';

constructor() {
super('impfungen');
Expand Down

0 comments on commit 8bad77c

Please sign in to comment.