diff options
| author | Ulf Lilleengen <[email protected]> | 2024-06-03 08:45:05 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-06-03 08:45:05 +0200 |
| commit | d2045be9f322be29fc3ac3240e11dd4a6b34e784 (patch) | |
| tree | d6decb00838bdc7b123a591af4b6df3549753713 /embassy-boot/README.md | |
| parent | ecd7888ba937b74560d3a1975445441d7c07be17 (diff) | |
fix broken links to embassy book
Diffstat (limited to 'embassy-boot/README.md')
| -rw-r--r-- | embassy-boot/README.md | 2 |
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 | ||
| 25 | The 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. | 25 | The 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 | ||
| 27 | For more details on the bootloader, see [the documentation](https://embassy.dev/book/dev/bootloader.html). | 27 | For more details on the bootloader, see [the documentation](https://embassy.dev/book/#_bootloader). |
| 28 | 28 | ||
| 29 | ## Hardware support | 29 | ## Hardware support |
| 30 | 30 | ||
