Skip to content

Commit

Permalink
Fix link to Data Extract page
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Sundberg <[email protected]>
  • Loading branch information
seansund committed Oct 6, 2023
1 parent 72952c5 commit 733f55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Utilities/Utilities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const Utilities: React.FunctionComponent<UtilitiesProps> = () => {

return (
<DemoTileContainer>
<DemoTile title="Data Extraction and Population" href="/utilities/data-extraction" />
<DemoTile title="Data Extraction and Population" href="/secure/utilities/data-extraction" />
<DemoTile title="Negative News Screening" href={menuConfig.negativeNewsScreeningUrl} />
</DemoTileContainer>
)
Expand Down

0 comments on commit 733f55a

Please sign in to comment.