AWS iot documentation change
Summary
Updated AWS IoT console URLs by adding an extra slash in the path (e.g., changed '/iot/home' to '//iot/home') and fixed a documentation link format
Security assessment
The changes are purely URL formatting adjustments and documentation link corrections. There is no evidence of security vulnerability fixes, security feature additions, or security-related content changes. The extra slashes in URLs are likely typo fixes rather than security-related modifications.
Diff
diff --git a/iot/latest/developerguide/iot-quick-start.md b/iot/latest/developerguide/iot-quick-start.md index ee70ca200..3cc326032 100644 --- a//iot/latest/developerguide/iot-quick-start.md +++ b//iot/latest/developerguide/iot-quick-start.md @@ -17 +17 @@ In this tutorial, you'll download and run software on a device that connects to -If your device supports a browser that can run the [AWS IoT console](https://console.aws.amazon.com/iot/home), we recommend you complete this tutorial on that device. +If your device supports a browser that can run the [AWS IoT console](https://console.aws.amazon.com//iot/home), we recommend you complete this tutorial on that device. @@ -29 +29 @@ If possible, complete this procedure on your device; otherwise, be ready to tran -To start the tutorial, sign in to the [AWS IoT console](https://console.aws.amazon.com/iot/home). In the AWS IoT console home page, on the left, choose **Connect** and then choose **Connect one device**. +To start the tutorial, sign in to the [AWS IoT console](https://console.aws.amazon.com//iot/home). In the AWS IoT console home page, on the left, choose **Connect** and then choose **Connect one device**. @@ -120 +120 @@ For more information about topic subscription and publish, see the example code - 4. (Optional) If you want to see the messages from your IoT client in the [AWS IoT console](https://console.aws.amazon.com/iot/home), open the [MQTT test client](https://console.aws.amazon.com/iot/home#/test) on the **Test** page of the AWS IoT console. If you chose Python SDK, then in the **MQTT test client** , in **Topic filter** , enter the topic, such as `sdk/test/`python`` to subscribe to the messages from your device. The topic filters are case sensitive and depend on the programming language of the SDK you chose in **Step 1**. For more information about topic subscription and publish, see the code example of your chosen SDK. + 4. (Optional) If you want to see the messages from your IoT client in the [AWS IoT console](https://console.aws.amazon.com//iot/home), open the [MQTT test client](https://console.aws.amazon.com//iot/home#/test) on the **Test** page of the AWS IoT console. If you chose Python SDK, then in the **MQTT test client** , in **Topic filter** , enter the topic, such as `sdk/test/`python`` to subscribe to the messages from your device. The topic filters are case sensitive and depend on the programming language of the SDK you chose in **Step 1**. For more information about topic subscription and publish, see the code example of your chosen SDK. @@ -149 +149 @@ Here are some ideas to explore AWS IoT further after you complete the quick star -From the [AWS IoT console](https://console.aws.amazon.com/iot/home), you can open the [MQTT client](https://console.aws.amazon.com/iot/home#/test) on the **Test** page of the AWS IoT console. In the **MQTT test client** , subscribe to `#`, and then, on your device, run the program **./start.sh** as described in the previous step. For more information, see [View MQTT messages with the AWS IoT MQTT client](./view-mqtt-messages.html). +From the [AWS IoT console](https://console.aws.amazon.com//iot/home), you can open the [MQTT client](https://console.aws.amazon.com//iot/home#/test) on the **Test** page of the AWS IoT console. In the **MQTT test client** , subscribe to `#`, and then, on your device, run the program **./start.sh** as described in the previous step. For more information, see [View MQTT messages with the AWS IoT MQTT client](./view-mqtt-messages.html). @@ -151 +151 @@ From the [AWS IoT console](https://console.aws.amazon.com/iot/home), you can ope - * ###### Run tests on your devices with [Device Advisor](https://docs.aws.amazon.com/iot/latest/developerguide/device-advisor.html) + * ###### Run tests on your devices with [Device Advisor](https://docs.aws.amazon.com//iot/latest/developerguide/device-advisor.html)