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}