From e5f2d1cdf6be4a940a9c4849a1aadb5a68b162e2 Mon Sep 17 00:00:00 2001 From: David Brown Date: Tue, 12 Sep 2017 11:37:29 -0600 Subject: [PATCH] Minor doc cleanups Fix spelling of MCUboot, and remove a duplicated link. Signed-off-by: David Brown --- docs/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 567f1881..c7804772 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,7 @@ ## Overview -MCUBoot is a secure bootloader for 32-bit MCUs. The goal of MCUBoot is to +MCUboot is a secure bootloader for 32-bit MCUs. The goal of MCUboot is to define a common infrastructure for the bootloader, system flash layout on microcontroller systems, and to provide a secure bootloader that enables easy software upgrade. @@ -22,7 +22,6 @@ target with a complete port planned. tool. - [Patch submission]({% link SubmittingPatches.md %}) for information on how to contribute to mcuboot. -- The [internal design]({% link design.txt %}) documentation. - Testing - The [Zephyr]({% link testplan-zephyr.md %}) test plan. - The [mynewt]({% link testplan-mynewt.md %}) test plan.