Skip to content

Commit ad5eb9b

Browse files
authored
Fix category for the 'forever' block in 'Plot Acceleration' (#5756)
* fix category for 'forever' block * throw in this update for SUMMARY
1 parent 12b7dcb commit ad5eb9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/projects/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
* [micro:bit Data and Sustainability](https://mrmorrison.co.uk/microbit/datasustainability/)
138138
* [First Steps](https://microbit.org/get-started/first-steps/introduction/)
139139
* [Make it: code it](https://microbit.org/projects/make-it-code-it/)
140-
* [Networking with the micro:bit](https://microbit.nominetresearch.uk/)
140+
* [Networking with the micro:bit](https://www.digitaltechnologieshub.edu.au/search/networking-with-the-micro-bit/)
141141
* [SparkFun Videos](https://youtu.be/kaNtg1HGXbY?list=PLBcrWxTa5CS0mWJrytvii8aG5KUqMXvSk)
142142
* [Logic Lab](/courses/logic-lab)
143143
* [CodeJoy Remote Robotics](https://www.codejoyeducation.com)

docs/projects/plot-acceleration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ basic.forever(function() {
3737

3838
## Other sensors
3939

40-
You can use this block for pretty much any kind of data. Try it out! Plot the ``||input:light level||`` inside the ``||loops:forever||`` instead. Play with the light sensor in the simulator.
40+
You can use this block for pretty much any kind of data. Try it out! Plot the ``||input:light level||`` inside the ``||basic:forever||`` instead. Play with the light sensor in the simulator.
4141

4242
```blocks
4343
basic.forever(function() {

0 commit comments

Comments
 (0)