diff --git a/docs/introduction/terms.md b/docs/introduction/terms.md index 29bed096e..c108951d8 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`. @@ -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. 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