diff --git a/content/software/ide-v1/tutorials/arduino-ide-v1-basics/arduino-ide-v1-basics.md b/content/software/ide-v1/tutorials/arduino-ide-v1-basics/arduino-ide-v1-basics.md index fbe48dc19f..ba48f8954a 100644 --- a/content/software/ide-v1/tutorials/arduino-ide-v1-basics/arduino-ide-v1-basics.md +++ b/content/software/ide-v1/tutorials/arduino-ide-v1-basics/arduino-ide-v1-basics.md @@ -172,7 +172,7 @@ Additional commands are found within the five menus: **File**, **Edit**, **Sketc For selecting a hardware programmer when programming a board or chip and not using the onboard USB-serial connection. Normally you won't need this, but if you're [burning a bootloader](/en/Tutorial/BuiltInExamples/ArduinoISP) to a new microcontroller, you will use this. - _Burn Bootloader_ - The items in this menu allow you to burn a [bootloader](/en/Hacking/Bootloader) onto the microcontroller on an Arduino board. This is not required for normal use of an Arduino board but is useful if you purchase a new ATmega microcontroller (which normally come without a bootloader). Ensure that you've selected the correct board from the **Boards** menu before burning the bootloader on the target board. This command also set the right fuses. + The items in this menu allow you to burn a [bootloader](/hacking/software/Bootloader) onto the microcontroller on an Arduino board. This is not required for normal use of an Arduino board but is useful if you purchase a new ATmega microcontroller (which normally come without a bootloader). Ensure that you've selected the correct board from the **Boards** menu before burning the bootloader on the target board. This command also set the right fuses. ### Help