@@ -350,7 +350,7 @@ const VaccineInfo: Record<VaccineType, VaccineDetails> = {
350350 nhsWebpageLink : new URL ( "https://www.nhs.uk/vaccinations/child-flu-vaccine/" ) ,
351351 nhsHowToGetWebpageLink : new URL ( "https://www.nhs.uk/vaccinations/child-flu-vaccine/#how-to-get-it" ) ,
352352 personalisedEligibilityStatusRequired : false ,
353- contentPath : "vaccinations/flu-vaccine-for-children " as UrlPathFragment ,
353+ contentPath : "vaccinations/child- flu-vaccine" as UrlPathFragment ,
354354 cacheFilename : "child-flu-vaccine.json" as Filename ,
355355 nbsPath : "path-to-be-removed" as UrlPathFragment ,
356356 } ,
@@ -367,7 +367,7 @@ const VaccineInfo: Record<VaccineType, VaccineDetails> = {
367367 nhsHowToGetWebpageLink : new URL ( "https://www.nhs.uk/vaccinations/child-flu-vaccine/#how-to-get-it" ) ,
368368 removeHowToGetExpanderFromMoreInformationSection : true ,
369369 personalisedEligibilityStatusRequired : false ,
370- contentPath : "vaccinations/flu-vaccine-for-school-aged-children " as UrlPathFragment ,
370+ contentPath : "vaccinations/child- flu-vaccine" as UrlPathFragment ,
371371 cacheFilename : "child-flu-vaccine.json" as Filename ,
372372 nbsPath : "path-to-be-removed" as UrlPathFragment ,
373373 } ,
0 commit comments