mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #7655 from corihudson/req-56-fix-annual-report-link
REQ-56: update annual report link
This commit is contained in:
commit
1d916d4071
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