AWS systems-manager documentation change
Summary
Fixed a broken markdown link to the service-linked roles documentation by adding the full URL.
Security assessment
This is a documentation fix for a broken hyperlink. There is no evidence of a security issue being addressed; it improves usability but does not relate to security features or vulnerabilities.
Diff
diff --git a/systems-manager/latest/userguide/state-manager-about.md b/systems-manager/latest/userguide/state-manager-about.md index 66731128d..8a4f4911f 100644 --- a//systems-manager/latest/userguide/state-manager-about.md +++ b//systems-manager/latest/userguide/state-manager-about.md @@ -40 +40 @@ You can create an association by using the Systems Manager console, the AWS Comm - * A role used by association to take actions on your behalf. State Manager will assume this role and call required APIs when dispatching configurations to nodes. For information about setting up the custom-provided role, see Setup roles for AssociationDispatchAssumeRole. If no role is provided, [service-linked role for Systems Manager](systems-manager/latest/userguide/using-service-linked-roles.html) will be used. + * A role used by association to take actions on your behalf. State Manager will assume this role and call required APIs when dispatching configurations to nodes. For information about setting up the custom-provided role, see Setup roles for AssociationDispatchAssumeRole. If no role is provided, [service-linked role for Systems Manager](https://docs.aws.amazon.com/systems-manager/latest/userguide/using-service-linked-roles.html) will be used.