From 8f84756816fb8282ff86c73346c25809e59f5edb Mon Sep 17 00:00:00 2001 From: Hana Snow Date: Thu, 6 Jul 2023 14:35:44 -0400 Subject: [PATCH] update seqr publication link --- ui/shared/components/page/Footer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/shared/components/page/Footer.jsx b/ui/shared/components/page/Footer.jsx index a455afed58..9d0c499c6f 100644 --- a/ui/shared/components/page/Footer.jsx +++ b/ui/shared/components/page/Footer.jsx @@ -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 }) => {content || SEQR_PAPER_URL}