fix broken links

This commit is contained in:
Tom Ball
2016-06-15 07:55:19 -04:00
parent 0e08b58f84
commit 041b10ef04
16 changed files with 35 additions and 36 deletions

View File

@ -42,19 +42,18 @@ Learn how to create a charades game with **collections**, ` create -> Collection
## Documentation
* **collection**
* **global variables** : [read more...](/reference/variables/globals.md)
* **Boolean** : [read more...](/reference/types/boolean)
* **on logo up** [read more...](/functions/on-logo-up)
* **on screen down** [read more...](/functions/on-screen-down)
* **on screen up** [read more...](/functions/on-screen-up)
* **variables** : [read more...](/blocks/variables)
* **Boolean** : [read more...](/blocks/logic/boolean)
* **on logo up** [read more...](/reference/input/on-gesture)
* **on screen down** [read more...](/reference/input/on-gesture)
* **on screen up** [read more...](/reference/input/on-gesture)
* **show string** : [read more...](/reference/basic/show-string)
* **game library** : [read more...](/reference/game-library)
* **game library** : [read more...](/reference/game)
## Resources
* Activity: [tutorial](/lessons/headbands/activity)
* Activity: [quiz](/lessons/headbands/quiz)
* Extended Activity: [challenges](/lessons/headbands/challenges)
* Quiz: [quiz](/lessons/headbands/quiz)
## Objectives