fix(about): update annual report link

now points to the page on scratchfoundation.org
This commit is contained in:
cori hudson 2023-06-15 10:56:50 -04:00
parent e871a53591
commit 8ff3932e7f

View file

@ -186,7 +186,7 @@ const About = injectIntl(({intl}) => (
),
annualReportLink: (
<a
href="/annual-report"
href="https://www.scratchfoundation.org/annualreport"
>
<FormattedMessage id="about.annualReportLinkText" />
</a>