removing mindstorms from tutorial names (#496)

* removing mindstorms from tutorial names

* lego feedback

* file name issues

* bring back bang
This commit is contained in:
Peli de Halleux
2018-04-12 14:41:22 -07:00
committed by GitHub
parent 661157f112
commit af3189d8b5
9 changed files with 23 additions and 9 deletions

View File

@ -27,8 +27,8 @@ Step by step guides to coding your @boardname@.
"name": "Music Brick",
"description": "Transform the brick into a musical instrument!",
"cardType": "tutorial",
"url":"/tutorials/mindstorms-music",
"imageUrl":"/static/tutorials/mindstorms-music.png"
"url":"/tutorials/music-brick",
"imageUrl":"/static/tutorials/music-brick.png"
}]
```
@ -110,3 +110,17 @@ Step by step guides to coding your @boardname@.
}]
```
## See Also
[Wake Up!](/tutorials/wake-up),
[Make An Animation](/tutorials/make-an-animation),
[What Animal Am I?](/tutorials/what-animal-am-i),
[Music Brick](/tutorials/music-brick),
[Run Motors](/tutorials/run-motors),
[Touch to Run](/tutorials/touch-to-run),
[Touch Sensor Values](/tutorials/touch-sensor-values),
[What Color?](/tutorials/what-color),
[Line Following](/tutorials/line-following),
[Red Light, Green Light](/tutorials/redlight-greenlight),
[Object Near?](/tutorials/object-near),
[Security Alert](/tutorials/security-alert)