diff --git a/site/content/exercises/circuitpython/robotics/E2/index.md b/site/content/exercises/circuitpython/robotics/E2/index.md index 4ab6fba9..c32a4aa1 100644 --- a/site/content/exercises/circuitpython/robotics/E2/index.md +++ b/site/content/exercises/circuitpython/robotics/E2/index.md @@ -9,7 +9,7 @@ tags: ['CircuitPython'] Technically the Blinky project we created with CircuitPython doesn't do exactly the same thing as the one we previously created with Makecode: -![MakeCode Blink](../../../../images/makecode/blink.png) +![MakeCode Blink](../../../../../public/images/makecode/blink.png) Recall our Python code made use of the `cp.red_led` property, which toggles the small red D13 LED. To light up any of the 10 larger pixels on the device we make use of the `cp.pixels` property: