From e802cd4846f48d8638d3cb00c81d9638c9c639b6 Mon Sep 17 00:00:00 2001 From: David Brown Date: Tue, 17 May 2022 08:50:55 -0600 Subject: [PATCH] docs: Fix case of Cypress readme file Fix the case of the cypress readme to fix dead links in the docs. Signed-off-by: David Brown --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8007b2c2..51926b93 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ operating systems and SoCs: - [RIOT](docs/readme-riot.md) - [Mbed OS](docs/readme-mbed.md) - [Espressif](docs/readme-espressif.md) -- [Cypress/Infineon](boot/cypress/readme.md) +- [Cypress/Infineon](boot/cypress/README.md) There are also instructions for the [Simulator](sim/README.rst). diff --git a/docs/index.md b/docs/index.md index d8ec9502..978be11b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -45,7 +45,7 @@ The MCUboot documentation is composed of the following pages: - [RIOT](readme-riot.md) - [Mbed OS](readme-mbed.md) - [Espressif](readme-espressif.md) - - [Cypress/Infineon](../boot/cypress/readme.md) + - [Cypress/Infineon](../boot/cypress/README.md) - [Simulator](../sim/README.rst) - Testing - [Zephyr](testplan-zephyr.md) - Zephyr test plan