From 478e19b5e85fb79965be9bcf57c299bbde28f8d9 Mon Sep 17 00:00:00 2001 From: Daniel Mangum Date: Wed, 2 Aug 2023 10:17:26 -0400 Subject: [PATCH] fix: update zephyr CONFIG_BOOTLOADER_MCUBOOT Updates the zephyr CONFIG_BOOTLOADER_MCUBOOT documentation link to target the new location. Signed-off-by: Daniel Mangum --- docs/readme-zephyr.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/readme-zephyr.md b/docs/readme-zephyr.md index 96c1c09c9..2acc63db1 100644 --- a/docs/readme-zephyr.md +++ b/docs/readme-zephyr.md @@ -92,10 +92,9 @@ board and then just make a copy of it to get started on your own application; see samples/zephyr/README.md for a tutorial. The Zephyr `CONFIG_BOOTLOADER_MCUBOOT` configuration option -[documentation](http://docs.zephyrproject.org/reference/kconfig/CONFIG_BOOTLOADER_MCUBOOT.html) +[documentation](https://docs.zephyrproject.org/latest/kconfig.html#CONFIG_BOOTLOADER_MCUBOOT) provides additional details regarding the changes it makes to the image -placement and generation in order for an application to be bootable by -MCUboot. +placement and generation in order for an application to be bootable by MCUboot. With this, build the application as your normally would.