aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot/README.md
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-06-03 08:45:05 +0200
committerUlf Lilleengen <[email protected]>2024-06-03 08:45:05 +0200
commitd2045be9f322be29fc3ac3240e11dd4a6b34e784 (patch)
treed6decb00838bdc7b123a591af4b6df3549753713 /embassy-boot/README.md
parentecd7888ba937b74560d3a1975445441d7c07be17 (diff)
fix broken links to embassy book
Diffstat (limited to 'embassy-boot/README.md')
-rw-r--r--embassy-boot/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot/README.md b/embassy-boot/README.md
index 812c43524..c893c83e1 100644
--- a/embassy-boot/README.md
+++ b/embassy-boot/README.md
@@ -24,7 +24,7 @@ For any partition, the following preconditions are required:
24 24
25The linker scripts for the application and bootloader look similar, but the FLASH region must point to the BOOTLOADER partition for the bootloader, and the ACTIVE partition for the application. 25The linker scripts for the application and bootloader look similar, but the FLASH region must point to the BOOTLOADER partition for the bootloader, and the ACTIVE partition for the application.
26 26
27For more details on the bootloader, see [the documentation](https://embassy.dev/book/dev/bootloader.html). 27For more details on the bootloader, see [the documentation](https://embassy.dev/book/#_bootloader).
28 28
29## Hardware support 29## Hardware support
30 30