diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-08-27 09:16:27 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-08-27 09:16:27 -0400 |
commit | ee67715e2bf17166387a8ce8111cac6cd9478cdc (patch) | |
tree | efdc4d801ee0646bbc82833f7102465ac01df975 | |
parent | 28fe6a5df0c4f857527ce6f07bc066bf796cf9c7 (diff) | |
download | kutter-ee67715e2bf17166387a8ce8111cac6cd9478cdc.tar.gz kutter-ee67715e2bf17166387a8ce8111cac6cd9478cdc.tar.xz kutter-ee67715e2bf17166387a8ce8111cac6cd9478cdc.zip |
docs: Fix link in Bootloaders.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rwxr-xr-x | docs/Bootloaders.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Bootloaders.md b/docs/Bootloaders.md index a45c7ea6..3e400142 100755 --- a/docs/Bootloaders.md +++ b/docs/Bootloaders.md @@ -168,7 +168,7 @@ The SAMD21 bootloader is flashed via the ARM Serial Wire Debug (SWD) interface. This is commonly done with a dedicated SWD hardware dongle. Alternatively, it appears one can use a Raspberry Pi with OpenOCD as a programmer (see: -https://learn.adafruit.com/programming-microcontrollers-using-openocd-on-raspberry-pi/wiring-and-test +https://learn.adafruit.com/programming-microcontrollers-using-openocd-on-raspberry-pi ). Unfortunately, there are two common bootloaders deployed on the |