Use full links for Cypress and Sim usage instructions

The relative links do not work on the docs website due to the files not
living in the docs/ directory. This updates to link directly to the
GitHub source so that users are not dropped onto a 404 page.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
This commit is contained in:
hasheddan 2023-01-29 10:45:24 -05:00 committed by David Brown
parent a4c725109d
commit 85b4e0bf54
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ 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)
- [Simulator](../sim/README.rst)
- [Cypress/Infineon](https://github.com/mcu-tools/mcuboot/tree/main/boot/cypress/README.md)
- [Simulator](https://github.com/mcu-tools/mcuboot/tree/main/sim/README.rst)
- Testing
- [Zephyr](testplan-zephyr.md) - Zephyr test plan
- [Apache Mynewt](testplan-mynewt.md) - Apache Mynewt test plan