Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixup(browser): typo in joint downloads link #1513

Merged
merged 2 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion browser/src/DownloadsPage/GnomadV4Downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const GnomadV4Downloads = () => {
<ListItem>
<DownloadLinks
label="Joint sites Hail Table"
path="/release/4.1/ht/joint/gnomad.joint.v4.1.site.ht"
path="/release/4.1/ht/joint/gnomad.joint.v4.1.sites.ht"
/>
</ListItem>
</FileList>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4756,7 +4756,7 @@ exports[`Downloads Page has no unexpected changes 1`] = `
<a
aria-label="Download Joint sites Hail Table from Google"
className="c10"
href="https://storage.googleapis.com/gcp-public-data--gnomad/release/4.1/ht/joint/gnomad.joint.v4.1.site.ht"
href="https://storage.googleapis.com/gcp-public-data--gnomad/release/4.1/ht/joint/gnomad.joint.v4.1.sites.ht"
rel="noopener noreferrer"
target="_blank"
>
Expand All @@ -4766,7 +4766,7 @@ exports[`Downloads Page has no unexpected changes 1`] = `
<a
aria-label="Download Joint sites Hail Table from Amazon"
className="c10"
href="https://gnomad-public-us-east-1.s3.amazonaws.com/release/4.1/ht/joint/gnomad.joint.v4.1.site.ht"
href="https://gnomad-public-us-east-1.s3.amazonaws.com/release/4.1/ht/joint/gnomad.joint.v4.1.sites.ht"
rel="noopener noreferrer"
target="_blank"
>
Expand All @@ -4776,7 +4776,7 @@ exports[`Downloads Page has no unexpected changes 1`] = `
<a
aria-label="Download Joint sites Hail Table from Microsoft"
className="c10"
href="https://datasetgnomad.blob.core.windows.net/dataset/release/4.1/ht/joint/gnomad.joint.v4.1.site.ht"
href="https://datasetgnomad.blob.core.windows.net/dataset/release/4.1/ht/joint/gnomad.joint.v4.1.sites.ht"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
Loading