Skip to content

Commit

Permalink
fix(browser): correct broken Data page link
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Jan 15, 2025
1 parent c0bb5f8 commit 47db5c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion browser/src/DataPage/GnomadV2Downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ const GnomadV2Downloads = () => {

<p>
For more information about these files, see our{' '}
<Link to="https://gnomad.broadinstitute.org/new/2024-08-release-gnomad-browser-tables">
<Link to="https://gnomad.broadinstitute.org/news/2024-08-release-gnomad-browser-tables">
changelog entry
</Link>{' '}
on the browser tables, and the <Link to="/help/v4-browser-hts">help text</Link>.
Expand Down
5 changes: 3 additions & 2 deletions browser/src/DataPage/GnomadV4Downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,9 @@ const GnomadV4Downloads = () => {

<p>
For more information about these files, see our{' '}
<Link to="https://gnomad.broadinstitute.org/new/2024-08-release-gnomad-browser-tables">
changelog entry
<Link to="https://gnomad.broadinstitute.org/news/2024-08-release-gnomad-browser-tables">
https://gnomad.broadinstitute.org/news/2024-08-release-gnomad-browser-tables/ changelog
entry
</Link>{' '}
on the browser tables, and the <Link to="/help/v4-browser-hts">help text</Link>.
</p>
Expand Down
6 changes: 3 additions & 3 deletions browser/src/DataPage/__snapshots__/DataPage.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7433,10 +7433,10 @@ exports[`Data Page has no unexpected changes 1`] = `

<a
className="-Link c13"
href="https://gnomad.broadinstitute.org/new/2024-08-release-gnomad-browser-tables"
href="https://gnomad.broadinstitute.org/news/2024-08-release-gnomad-browser-tables"
onClick={[Function]}
>
changelog entry
https://gnomad.broadinstitute.org/news/2024-08-release-gnomad-browser-tables/ changelog entry
</a>

on the browser tables, and the
Expand Down Expand Up @@ -24914,7 +24914,7 @@ exports[`Data Page has no unexpected changes 1`] = `

<a
className="-Link c13"
href="https://gnomad.broadinstitute.org/new/2024-08-release-gnomad-browser-tables"
href="https://gnomad.broadinstitute.org/news/2024-08-release-gnomad-browser-tables"
onClick={[Function]}
>
changelog entry
Expand Down

0 comments on commit 47db5c4

Please sign in to comment.