diff --git a/setting-up-micropython.md b/setting-up-micropython.md index 54f3fede..8eb5ebf5 100644 --- a/setting-up-micropython.md +++ b/setting-up-micropython.md @@ -18,11 +18,11 @@ Plug the USB cable back into your Raspberry Pi Pico (making sure to keep the "BO This should put your Raspberry Pi Pico into firmware update mode. It will appear as a new disk drive on your computer with the name **RPI-RP2**. ## Step 4 -Download our custom MicroPython firmware image. [Click here to download]() +Download our custom MicroPython firmware image from [the releases page](https://github.com/pimoroni/pimoroni-pico/releases). ## Step 5 Copy the downloaded firmware image onto the **RPI-RP** drive. The firmware will now upload to your Raspberry Pi Pico and when it has finished uploading (which takes around five seconds) the Pico will restart itself. -Hurrah! You're setup and good to go! \ No newline at end of file +Hurrah! You're setup and good to go!