diff --git a/browser/src/DataPage/GnomadV4Downloads.tsx b/browser/src/DataPage/GnomadV4Downloads.tsx index bf5fec2af..0a57b6635 100644 --- a/browser/src/DataPage/GnomadV4Downloads.tsx +++ b/browser/src/DataPage/GnomadV4Downloads.tsx @@ -271,8 +271,7 @@ const GnomadV4Downloads = () => {

For more information about these files, see our{' '} - https://gnomad.broadinstitute.org/news/2024-08-release-gnomad-browser-tables/ changelog - entry + changelog entry {' '} on the browser tables, and the help text.

diff --git a/browser/src/DataPage/__snapshots__/DataPage.spec.tsx.snap b/browser/src/DataPage/__snapshots__/DataPage.spec.tsx.snap index bece80dea..da37a6ee6 100644 --- a/browser/src/DataPage/__snapshots__/DataPage.spec.tsx.snap +++ b/browser/src/DataPage/__snapshots__/DataPage.spec.tsx.snap @@ -7436,7 +7436,7 @@ exports[`Data Page has no unexpected changes 1`] = ` href="https://gnomad.broadinstitute.org/news/2024-08-release-gnomad-browser-tables" onClick={[Function]} > - https://gnomad.broadinstitute.org/news/2024-08-release-gnomad-browser-tables/ changelog entry + changelog entry on the browser tables, and the diff --git a/browser/src/SearchRedirectPage.tsx b/browser/src/SearchRedirectPage.tsx index d9b2c7ff6..f61f4fb8f 100644 --- a/browser/src/SearchRedirectPage.tsx +++ b/browser/src/SearchRedirectPage.tsx @@ -9,7 +9,7 @@ import StatusMessage from './StatusMessage' import { fetchSearchResults } from './search' import useRequest from './useRequest' -const defaultSearchDataset = 'gnomad_r2_1' +const defaultSearchDataset = 'gnomad_r4' type SearchRedirectProps = { query: string