From a7b791fbd913f1754cc26fc39e07a1b2aaa1547b Mon Sep 17 00:00:00 2001 From: Elise Kaminski Date: Tue, 28 Feb 2023 12:42:28 +0000 Subject: [PATCH 1/2] Links updated --- docs/introduction/terms.md | 2 +- docs/tools/Studio/keil-studio.md | 2 +- docs/tools/tools_intro.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/introduction/terms.md b/docs/introduction/terms.md index 29bed096e..0be6e095e 100644 --- a/docs/introduction/terms.md +++ b/docs/introduction/terms.md @@ -6,7 +6,7 @@ **Application** - An executable software module built out of libraries that acts as a final product. -**Arm Keil Studio Cloud** - A web development environment for Mbed OS and CMSIS programs. Keil Studio Cloud [has its own documentation](https://developer.arm.com/documentation/102497/1-5/Arm-Keil-Studio). +**Arm Keil Studio Cloud** - A web development environment for Mbed OS and CMSIS programs. Keil Studio Cloud [has its own documentation](https://developer.arm.com/documentation/102497/1-5/Arm-Keil-Studio-Cloud). **Arm Mbed CLI** - The name of the Arm Mbed [command-line tool](../build-tools/mbed-cli-1.html), packaged as `mbed-cli`. diff --git a/docs/tools/Studio/keil-studio.md b/docs/tools/Studio/keil-studio.md index 5c4b3088f..457f2157d 100644 --- a/docs/tools/Studio/keil-studio.md +++ b/docs/tools/Studio/keil-studio.md @@ -1,3 +1,3 @@

Arm Keil Studio Cloud

-The Keil Studio Cloud documentation is available [here](https://developer.arm.com/documentation/102497/1-5/Arm-Keil-Studio). +The Keil Studio Cloud documentation is available [here](https://developer.arm.com/documentation/102497/1-5/Arm-Keil-Studio-Cloud). diff --git a/docs/tools/tools_intro.md b/docs/tools/tools_intro.md index 82ae8ce87..1e54c2bfe 100644 --- a/docs/tools/tools_intro.md +++ b/docs/tools/tools_intro.md @@ -15,7 +15,7 @@ We developed Mbed OS using the Mbed CLI tool, which is a Python program that coo ## Keil Studio Cloud -Keil Studio Cloud is our zero-installation web IDE. It is the successor to the Mbed Online Compiler and allows you to develop Mbed and CMSIS projects. For more information, please see the [Keil Studio Cloud documentation](https://developer.arm.com/documentation/102497/1-5/Arm-Keil-Studio). +Keil Studio Cloud is our zero-installation web IDE. It is the successor to the Mbed Online Compiler and allows you to develop Mbed and CMSIS projects. For more information, please see the [Keil Studio Cloud documentation](https://developer.arm.com/documentation/102497/1-5/Arm-Keil-Studio-Cloud). ## Mbed Studio From 89e977592eb1733cf07ecb111ebdafe3984b3ce1 Mon Sep 17 00:00:00 2001 From: Elise Kaminski Date: Tue, 28 Feb 2023 13:05:19 +0000 Subject: [PATCH 2/2] Ordered list displaying as code snippet fixed --- docs/introduction/terms.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/introduction/terms.md b/docs/introduction/terms.md index 0be6e095e..c108951d8 100644 --- a/docs/introduction/terms.md +++ b/docs/introduction/terms.md @@ -60,8 +60,8 @@ **Component** - - In hardware: See [https://os.mbed.com/components/](https://os.mbed.com/components/). - - In software: An implementation of a hardware component. +- In hardware: See [https://os.mbed.com/components/](https://os.mbed.com/components/). +- In software: An implementation of a hardware component. **CMSIS-DAP** - The precursor to DAPLink, this [project](https://github.com/mbedmicro/cmsis-dap) is deprecated due to known bugs. You should not use it in any new designs.