Skip to content

Commit

Permalink
Fix Idaho URL on the main page (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
terryttsai committed Jul 19, 2022
1 parent 230237b commit a3647a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotlight-client/src/contentApi/sources/us_id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const content: TenantContent = {
docName: "Idaho Department of Corrections",
docLink: "https://www.idoc.idaho.gov/",
description: "Explore data from Idaho’s corrections system.",
ctaCopy: `<a href="https://www.cor.pa.gov" target="_blank" rel="noopener noreferrer">The Idaho Department of Corrections</a> aims to protect the public, our staff,
ctaCopy: `<a href="https://www.idoc.idaho.gov/" target="_blank" rel="noopener noreferrer">The Idaho Department of Corrections</a> aims to protect the public, our staff,
and those within our custody and supervision through safety, accountability, partnerships and providing opportunities for change.`,
coBrandingCopy:
'Produced in collaboration with <a href="https://www.idoc.idaho.gov">the Idaho Department of Correction</a>.',
Expand Down

0 comments on commit a3647a9

Please sign in to comment.