diff --git a/docs/SymptomsCausedByVaccines/index.html b/docs/SymptomsCausedByVaccines/index.html index 3ed109e1a1d..deb21b70fa7 100644 --- a/docs/SymptomsCausedByVaccines/index.html +++ b/docs/SymptomsCausedByVaccines/index.html @@ -9,14 +9,14 @@ Symptoms caused by Vaccines - + diff --git a/docs/SymptomsCausedByVaccines/js/PrrByVaccineProvider.js b/docs/SymptomsCausedByVaccines/js/PrrByVaccineProvider.js index 653fea02b17..e76c9443426 100644 --- a/docs/SymptomsCausedByVaccines/js/PrrByVaccineProvider.js +++ b/docs/SymptomsCausedByVaccines/js/PrrByVaccineProvider.js @@ -1,6 +1,6 @@ class PrrByVaccineProvider { static getPrrByVaccine(symptom) { - return fetch(`../data/ProportionalReportingRatios/${symptom}.json`).then(response => response.json()); + return fetch(`../data/ProportionalReportingRatios/symptoms/${symptom}.json`).then(response => response.json()); } } \ No newline at end of file