Skip to content

Commit

Permalink
Merge pull request #3462 from broadinstitute/pub-link-pmc
Browse files Browse the repository at this point in the history
update seqr publication link
  • Loading branch information
hanars authored Jul 7, 2023
2 parents 9092fa4 + 8f84756 commit 371f4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/shared/components/page/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const FOOTER_LINKS = [
{ to: TOS_PATH, content: 'Terms of Service' },
]

const SEQR_PAPER_URL = 'https://doi.org/10.1002/humu.24366'
const SEQR_PAPER_URL = 'https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9903206'
export const SeqrPaperLink =
({ content }) => <a target="_blank" rel="noreferrer" href={SEQR_PAPER_URL}>{content || SEQR_PAPER_URL}</a>

Expand Down

0 comments on commit 371f4d8

Please sign in to comment.