diff --git a/docs/getting-started.md b/docs/getting-started.md index 543860c4..a55aa187 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -496,7 +496,7 @@ input.onButtonPressed(Button.B, () => { ``` Click **Compile** to move your program to the BBC micro:bit! -## Your turn! -How else can you make your game better? -Ever hear of [Rock Paper Scissors Spock Lizard](http://www.samkass.com/theories/RPSSL.html)? +# Want to do more? + +There are [10 great projects](/projects) waiting for you. diff --git a/docs/reference.md b/docs/reference.md index c031ca4b..0cbbf586 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -1,4 +1,4 @@ -# Micro:bit APIs +# Reference ```namespaces basic.showNumber(0);