mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-03 12:27:30 -05:00
fix(about): update annual report link
now points to the page on scratchfoundation.org
This commit is contained in:
parent
e871a53591
commit
8ff3932e7f
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ const About = injectIntl(({intl}) => (
|
|||
),
|
||||
annualReportLink: (
|
||||
<a
|
||||
href="/annual-report"
|
||||
href="https://www.scratchfoundation.org/annualreport"
|
||||
>
|
||||
<FormattedMessage id="about.annualReportLinkText" />
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue