AWS systems-manager: Fix broken Secrets Manager documentation link
Summary
Updated the URL for Secrets Manager documentation to remove a double slash.
Security assessment
The change fixes a broken link without modifying the security guidance about credential management.
Evidence
-If you manage credentials that require automatic rotation, cross-account access, or fine-grained audit logging, we recommend using [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html). Secrets Manager is purpose-built for managing secrets such as database credentials, API keys, and supported third-party software-vended secrets. For more information, see [What is AWS Secrets Manager?](https://docs.aws.amazon.com//secretsmanager/latest/userguide/intro.html) in the _AWS Secrets Manager User Guide_.
Diff
diff --git a/systems-manager/latest/userguide/systems-manager-tools.md b/systems-manager/latest/userguide/systems-manager-tools.md index d8bda82a2..70b40c102 100644 --- a//systems-manager/latest/userguide/systems-manager-tools.md +++ b//systems-manager/latest/userguide/systems-manager-tools.md @@ -121 +121 @@ Parameter Store -If you manage credentials that require automatic rotation, cross-account access, or fine-grained audit logging, we recommend using [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html). Secrets Manager is purpose-built for managing secrets such as database credentials, API keys, and supported third-party software-vended secrets. For more information, see [What is AWS Secrets Manager?](https://docs.aws.amazon.com//secretsmanager/latest/userguide/intro.html) in the _AWS Secrets Manager User Guide_. +If you manage credentials that require automatic rotation, cross-account access, or fine-grained audit logging, we recommend using [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html). Secrets Manager is purpose-built for managing secrets such as database credentials, API keys, and supported third-party software-vended secrets. For more information, see [What is AWS Secrets Manager?](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) in the _AWS Secrets Manager User Guide_.