Skip to content

Commit

Permalink
change index to look at new org
Browse files Browse the repository at this point in the history
  • Loading branch information
willf committed Jan 10, 2025
1 parent 19bae68 commit a2f03fc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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,
"_"
);
Expand Down Expand Up @@ -3705,7 +3707,8 @@ <h1>
<a href="https://envirodatagov.org/"
>The Environmental Data & Governance Initiative (EDGI)</a
>. GitHub repository:
<a href="https://github.com/edgi-govdata-archiving/cdc_eji_county_level_reports"
<a
href="https://github.com/edgi-govdata-archiving/cdc_eji_county_level_reports"
>edgi-govdata-archiving/cdc_eji_county_level_reports</a
>.
</p>
Expand Down

0 comments on commit a2f03fc

Please sign in to comment.