diff --git a/Appendix-D:-Programming-QMK-on-Older-Ploopy-Devices.md b/Appendix-D:-Programming-QMK-on-Older-Ploopy-Devices.md index fe4c7c8..b626942 100644 --- a/Appendix-D:-Programming-QMK-on-Older-Ploopy-Devices.md +++ b/Appendix-D:-Programming-QMK-on-Older-Ploopy-Devices.md @@ -23,7 +23,7 @@ The remainder of this guide will assume that you're using an Arduino Nano to rep ## Get a copy of the bootloader file -You can find a copy of the necessary bootloader [here](https://github.com/qmk/qmk_firmware/blob/master/util/bootloader_atmega32u4_1.0.0.hex). Download and save it. For the purposes of this guide, it will be assumed that you saved the file as `bootloader_atmega32u4_1.0.0.hex`. +You can find a copy of the necessary bootloader [here](https://raw.githubusercontent.com/qmk/qmk_firmware/master/util/bootloader_atmega32u4_1.0.0.hex). Download and save it. For the purposes of this guide, it will be assumed that you saved the file as `bootloader_atmega32u4_1.0.0.hex`. ## Install avrdude