From 56a42c9e697f896e84c31b2a296b9fa90ba037e1 Mon Sep 17 00:00:00 2001 From: Rajkumar Kanagaraj Date: Thu, 10 Sep 2020 16:42:50 +0100 Subject: [PATCH 1/2] Add Azure and Google Cloud repo URL under the cloud connector docs section --- docs/introduction/tutorials_intro.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/introduction/tutorials_intro.md b/docs/introduction/tutorials_intro.md index 187dfdcfc3..f547627dbb 100644 --- a/docs/introduction/tutorials_intro.md +++ b/docs/introduction/tutorials_intro.md @@ -56,6 +56,8 @@ These tutorials show you how to install, export a project to and start a debuggi - [Pelion Device Management](https://github.com/ARMmbed/mbed-os-example-pelion) - [AWS MQTT broker](https://github.com/ARMmbed/mbed-os-example-for-aws) +- [Azure IoT Hub](https://github.com/ARMmbed/mbed-os-example-for-azure) +- [Google Cloud IoT core](https://github.com/ARMmbed/mbed-os-example-for-google-iot-cloud) ## Migrating From 6b903c865367ad4d81a424da00bf7a55fd81e582 Mon Sep 17 00:00:00 2001 From: Evelyne Donnaes Date: Tue, 15 Sep 2020 14:32:27 +0100 Subject: [PATCH 2/2] Apply suggestions from code review --- docs/introduction/tutorials_intro.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/introduction/tutorials_intro.md b/docs/introduction/tutorials_intro.md index f547627dbb..cfa62464c5 100644 --- a/docs/introduction/tutorials_intro.md +++ b/docs/introduction/tutorials_intro.md @@ -55,9 +55,9 @@ These tutorials show you how to install, export a project to and start a debuggi ## Connecting to the cloud - [Pelion Device Management](https://github.com/ARMmbed/mbed-os-example-pelion) -- [AWS MQTT broker](https://github.com/ARMmbed/mbed-os-example-for-aws) -- [Azure IoT Hub](https://github.com/ARMmbed/mbed-os-example-for-azure) -- [Google Cloud IoT core](https://github.com/ARMmbed/mbed-os-example-for-google-iot-cloud) +- [Mbed OS example for AWS IoT SDK](https://github.com/ARMmbed/mbed-os-example-for-aws) +- [Mbed OS example for Azure IoT Hub](https://github.com/ARMmbed/mbed-os-example-for-azure) +- [Mbed OS example for Google IoT Cloud](https://github.com/ARMmbed/mbed-os-example-for-google-iot-cloud) ## Migrating