From a2f03fc1d13f1faa2b384b3843b6994871f36d1f Mon Sep 17 00:00:00 2001 From: Will Fitzgerald Date: Fri, 10 Jan 2025 13:20:02 -0500 Subject: [PATCH] change index to look at new org --- index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 30193b4..83779cd 100644 --- a/index.html +++ b/index.html @@ -3645,9 +3645,11 @@ const state = selectedCounty.state; const countyFips = selectedCounty.county_fips; const county = selectedCounty.county; + const github_org = "environmental-report-archive"; + const repo_prefix = "CDC_EIJ_DATA_"; //https://github.com/edgi-govdata-archiving/CDC_EIJ_DATA_16_Idaho/blob/main/16001_Ada_County_Idaho.pdf const urlPath = - `edgi-govdata-archiving/CDC_EIJ_DATA_${stateFips}_${state}/blob/main/${countyFips}_${county}_${state}.pdf`.replace( + `${github_org}/${repo_prefix}${stateFips}_${state}/blob/main/${countyFips}_${county}_${state}.pdf`.replace( / /g, "_" ); @@ -3705,7 +3707,8 @@

The Environmental Data & Governance Initiative (EDGI). GitHub repository: - edgi-govdata-archiving/cdc_eji_county_level_reports.