mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 20:29:45 -04:00
Update landing getting started instructions
This commit is contained in:
parent
13e3c8efdc
commit
6a1cf5b6e9
3 changed files with 6 additions and 6 deletions
src/views
|
@ -124,11 +124,11 @@ class EV3 extends ExtensionLanding {
|
|||
values={{
|
||||
scratch3Link: (
|
||||
<a
|
||||
href="https://beta.scratch.mit.edu/"
|
||||
href="/projects/editor/?tutorial=ev3"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
Scratch 3.0
|
||||
Scratch
|
||||
</a>
|
||||
)
|
||||
}}
|
||||
|
|
|
@ -170,11 +170,11 @@ class MicroBit extends ExtensionLanding {
|
|||
values={{
|
||||
scratch3Link: (
|
||||
<a
|
||||
href="https://beta.scratch.mit.edu/"
|
||||
href="/projects/editor/"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
Scratch 3.0
|
||||
Scratch
|
||||
</a>
|
||||
)
|
||||
}}
|
||||
|
|
|
@ -115,11 +115,11 @@ class Wedo2 extends ExtensionLanding {
|
|||
values={{
|
||||
scratch3Link: (
|
||||
<a
|
||||
href="https://beta.scratch.mit.edu/"
|
||||
href="/projects/editor/?tutorial=wedo"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
Scratch 3.0
|
||||
Scratch
|
||||
</a>
|
||||
)
|
||||
}}
|
||||
|
|
Loading…
Add table
Reference in a new issue