mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-04 12:51:28 -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: (
|
annualReportLink: (
|
||||||
<a
|
<a
|
||||||
href="/annual-report"
|
href="https://www.scratchfoundation.org/annualreport"
|
||||||
>
|
>
|
||||||
<FormattedMessage id="about.annualReportLinkText" />
|
<FormattedMessage id="about.annualReportLinkText" />
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue