mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
fixes raspberry pi link
This commit is contained in:
parent
b6856593ce
commit
7bb06d722c
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ const Landing = props => (
|
|||
id="teacherlanding.codeClub"
|
||||
values={{
|
||||
codeClubLink: (
|
||||
<a href="https://projects.raspberrypi.org/en/codeclub/scratch-module-1">
|
||||
<a href="https://projects.raspberrypi.org/en/pathways/scratch-intro">
|
||||
<FormattedMessage id="teacherlanding.codeClubLink" />
|
||||
</a>
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue