AWS iot documentation change
Summary
Updated CLI command reference URLs with corrected double-slash formatting in AWS documentation paths.
Security assessment
Purely cosmetic changes to documentation links. No security-related content was added or modified regarding certificate/Cognito ID attachment processes.
Diff
diff --git a/iot/latest/developerguide/attach-thing-principal.md b/iot/latest/developerguide/attach-thing-principal.md index ba74fc877..6590ef0fb 100644 --- a//iot/latest/developerguide/attach-thing-principal.md +++ b//iot/latest/developerguide/attach-thing-principal.md @@ -7 +7 @@ -A physical device can use a principal to communicate with AWS IoT. A principal can be an X.509 certificate or an Amazon Cognito ID. You can associate a certificate or an Amazon Cognito ID with the thing in the registry that represents your device, by running the [attach-thing-principal](https://docs.aws.amazon.com/cli/latest/reference/iot/attach-thing-principal.html) command. +A physical device can use a principal to communicate with AWS IoT. A principal can be an X.509 certificate or an Amazon Cognito ID. You can associate a certificate or an Amazon Cognito ID with the thing in the registry that represents your device, by running the [attach-thing-principal](https://docs.aws.amazon.com//cli/latest/reference/iot/attach-thing-principal.html) command. @@ -9 +9 @@ A physical device can use a principal to communicate with AWS IoT. A principal c -To attach a certificate or an Amazon Cognito ID to your thing, use the [attach-thing-principal](https://docs.aws.amazon.com/cli/latest/reference/iot/attach-thing-principal.html) command: +To attach a certificate or an Amazon Cognito ID to your thing, use the [attach-thing-principal](https://docs.aws.amazon.com//cli/latest/reference/iot/attach-thing-principal.html) command: @@ -30 +30 @@ If the attachment is successful, the **AttachThingPrincipal** command does not p -For more information, see [AttachThingPrincipal](https://docs.aws.amazon.com/iot/latest/apireference/API_AttachThingPrincipal.html) from the _AWS IoT Core API Reference_. +For more information, see [AttachThingPrincipal](https://docs.aws.amazon.com//iot/latest/apireference/API_AttachThingPrincipal.html) from the _AWS IoT Core API Reference_.