Skip to content

Commit c9458f4

Browse files
author
Amanda Butler
authored
Merge pull request #733 from ARMmbed/AnotherButler-patch-8
Change links in cli-device-managment.md
2 parents a1a6759 + b742a99 commit c9458f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tools/offline/cli-device-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<h2 id="cli-update">Updating devices with Arm Mbed CLI</h2>
22

3-
Arm Mbed OS allows you to update your device firmware, enabled by the Pelion IoT platform. Mbed CLI includes features to prepare and ship updates for devices managed through the [Device Management Portal](https://cloud.mbed.com/docs/current/introduction/index.html). Mbed CLI provides the subcommand `mbed device-management` to manage devices (`mbed dev-mgmt` and `mbed dm` are also available as shorter aliases). The remainder of this document uses the `mbed dm` alias for all device management subcommands. This document explains the steps to enable and use Pelion Device Management with a project.
3+
Arm Mbed OS allows you to update your device firmware, enabled by the Pelion IoT platform. Mbed CLI includes features to prepare and ship updates for devices managed through the [Device Management Portal](https://portal.mbedcloud.com/login). Mbed CLI provides the subcommand `mbed device-management` to manage devices (`mbed dev-mgmt` and `mbed dm` are also available as shorter aliases). The remainder of this document uses the `mbed dm` alias for all device management subcommands. This document explains the steps to enable and use Pelion Device Management with a project.
44

55
### Project setup
66

7-
Configure your Mbed Cloud SDK API key, target and toolchain. Obtain the API key from the the Device Management Portal.
7+
Configure your Mbed Cloud SDK API key, target and toolchain. [Obtain the API key](https://cloud.mbed.com/quick-start) from the the Device Management Portal.
88

99
```
1010
$ mbed config -G CLOUD_SDK_API_KEY <API_KEY>

0 commit comments

Comments
 (0)