remove linksto lessons from references

This commit is contained in:
Tom Ball
2016-06-11 22:28:57 -04:00
parent 5b5cac878b
commit 67ea6c01f2
55 changed files with 1 additions and 221 deletions

View File

@ -22,10 +22,6 @@ if(input.lightLevel()<100){
If the [light level](/input/light-level) is `< 100`, this code sets the brightness to `255`:
### Lessons
[love meter](/lessons/love-meter), [zoomer](/lessons/zoomer)
### See also
[while loop](/reference/loops/while), [for](/reference/loops/for), [boolean](/reference/types/boolean)