Remove links to online projects from lesson pages. (#437)

This commit is contained in:
Galen Nickel
2017-07-03 23:10:27 -07:00
committed by Peli de Halleux
parent 5cd8bad144
commit edaf2b0403
6 changed files with 41 additions and 11 deletions

View File

@ -32,9 +32,6 @@ basic.forever(() => {
})
```
See the [**MicroPet**](https://makecode.microbit.org/_38yJ1PAkuKPV) project online.
https://makecode.microbit.org/_38yJ1PAkuKPV
## Tour of Microsoft MakeCode
* **Simulator** - on the left side of the screen, you will see a virtual micro:bit that will show what your program will look like running on a micro:bit. This is helpful for debugging, and instant feedback on program execution.