aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Bootloaders.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-05-28 20:58:32 -0400
committerKevin O'Connor <kevin@koconnor.net>2021-05-28 20:58:32 -0400
commit977c334e2ec15647dda128516f286cdcfeab2964 (patch)
treeab6bcc548b577cadd2431c57bf9f3403fb292a9c /docs/Bootloaders.md
parent624d94f6acbcb6f860d6f1c01c81e277bbf1f21e (diff)
downloadkutter-977c334e2ec15647dda128516f286cdcfeab2964.tar.gz
kutter-977c334e2ec15647dda128516f286cdcfeab2964.tar.xz
kutter-977c334e2ec15647dda128516f286cdcfeab2964.zip
docs: Avoid link descriptions that span multiple lines
The Jekyll markdown renderer gets confused by links that span multiple lines. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Bootloaders.md')
-rw-r--r--docs/Bootloaders.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/Bootloaders.md b/docs/Bootloaders.md
index 20b5e734..bf52794b 100644
--- a/docs/Bootloaders.md
+++ b/docs/Bootloaders.md
@@ -313,8 +313,10 @@ section above, substituting the file name for the desired hid bootloader binary
It is not possible to use stm32flash for the SKR Mini E3 as the boot0 pin is
tied directly to ground and not broken out via header pins. It is recommended
to use a STLink V2 with STM32Cubeprogrammer to flash the bootloader. If you
-don't have access to a STLink it is also possible to use a [Raspberry Pi and
-OpenOCD](#running-openocd-on-the-raspberry-pi) with the following chip config:
+don't have access to a STLink it is also possible to use a
+[Raspberry Pi and OpenOCD](#running-openocd-on-the-raspberry-pi) with
+the following chip config:
+
```
source [find target/stm32f1x.cfg]
```
@@ -398,8 +400,8 @@ board, a [build for the SKR Pro 1.1 is available here](
https://github.com/Arksine/STM32_HID_Bootloader/releases/tag/v0.5-beta).
Unless your board is DFU capable the most accessable flashing method
-is likely via 3.3v serial, which follows the same procedure as [flashing the
-STM32F103 using stm32flash](#stm32f103-micro-controllers-blue-pill-devices).
+is likely via 3.3v serial, which follows the same procedure as
+[flashing the STM32F103 using stm32flash](#stm32f103-micro-controllers-blue-pill-devices).
For example:
```
wget https://github.com/Arksine/STM32_HID_Bootloader/releases/download/v0.5-beta/hid_bootloader_SKR_PRO.bin