using button instead of large links

This commit is contained in:
Peli de Halleux 2016-06-24 13:27:34 -07:00
parent 9cf7f08ae2
commit 92b46d5c7b
6 changed files with 18 additions and 6 deletions

View File

@ -39,4 +39,6 @@ screen, then a smiley again -- it never stops! (That's because of the
Click **Compile** to move your program to the BBC micro:bit!
Make sure to follow the instructions.
## [NEXT: THE SCREEN](/getting-started/screen)
### ~button /getting-started/screen
NEXT: THE SCREEN
### ~

View File

@ -76,4 +76,6 @@ your handshake to make it happen!
## ~
## [NEXT: SHAKE](/getting-started/shake)
### ~button /getting-started/shake
NEXT: SHAKE
### ~

View File

@ -73,4 +73,6 @@ input.onButtonPressed(Button.AB, () => {
Flip until your thumbs get tired!
## [NEXT: ROCK PAPER SCISSORS](/getting-started/rock-paper-scissors)
### ~button /getting-started/rock-paper-scissors
NEXT: ROCK PAPER SCISSORS
### ~

View File

@ -200,4 +200,6 @@ input.onButtonPressed(Button.B, () => {
```
Click **Compile** to move your program to the BBC micro:bit!
## [NEXT: PROJECTS!](/projects)
### ~button /projects
NEXT: PROJECTS!
### ~

View File

@ -93,4 +93,6 @@ You can find the ``show leds`` block in the **Basic** part of the editor.
#### ~
## [NEXT: BUTTONS](/getting-started/buttons)
### ~button /getting-started/buttons
NEXT: BUTTONS
### ~

View File

@ -19,4 +19,6 @@ input.onGesture(Gesture.Shake, () => {
```
Click **Compile** to move your program to the BBC micro:bit!
## [NEXT: COIN FLIPPER GAME](/getting-started/coin-flipper)
### ~button /getting-started/coin-flipper
NEXT: COIN FLIPPER GAME
### ~