diff --git a/Appendix-E:-Flashing-a-Bootloader.md b/Appendix-E:-Flashing-a-Bootloader.md index a2a7daa..318ba68 100644 --- a/Appendix-E:-Flashing-a-Bootloader.md +++ b/Appendix-E:-Flashing-a-Bootloader.md @@ -22,7 +22,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