Merge pull request #7394 from LLK/educators-raspberry-pi-link-fix

REQ-17 fixes educators page raspberry pi link
This commit is contained in:
Tom Lum 2023-02-27 12:15:49 -05:00 committed by GitHub
commit 6f209dd980
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>
)