aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-boot')
-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