AWS secretsmanager documentation change
Summary
Corrected CLI reference URLs in multiple examples
Security assessment
Updates are purely URL formatting fixes for documentation examples, with no security implications.
Diff
diff --git a/secretsmanager/latest/userguide/manage_search-secret.md b/secretsmanager/latest/userguide/manage_search-secret.md index 690971776..4a8ef33de 100644 --- a//secretsmanager/latest/userguide/manage_search-secret.md +++ b//secretsmanager/latest/userguide/manage_search-secret.md @@ -82 +82 @@ Matches the beginning of tag values; case-sensitive. For example, **Tag value:** -The following [`list-secrets`](https://docs.aws.amazon.com/cli/latest/reference/secretsmanager/list-secrets.html) example gets a list of the secrets in your account. +The following [`list-secrets`](https://docs.aws.amazon.com//cli/latest/reference/secretsmanager/list-secrets.html) example gets a list of the secrets in your account. @@ -89 +89 @@ The following [`list-secrets`](https://docs.aws.amazon.com/cli/latest/reference/ -The following [`list-secrets`](https://docs.aws.amazon.com/cli/latest/reference/secretsmanager/list-secrets.html) example gets a list of the secrets in your account that have **Test** in the name. Filtering by name is case sensitive. +The following [`list-secrets`](https://docs.aws.amazon.com//cli/latest/reference/secretsmanager/list-secrets.html) example gets a list of the secrets in your account that have **Test** in the name. Filtering by name is case sensitive. @@ -97 +97 @@ The following [`list-secrets`](https://docs.aws.amazon.com/cli/latest/reference/ -The following [`list-secrets`](https://docs.aws.amazon.com/cli/latest/reference/secretsmanager/list-secrets.html) example gets a list of secrets managed by a service. You specify the service by ID. For more information, see [Secrets managed by other services](./service-linked-secrets.html). +The following [`list-secrets`](https://docs.aws.amazon.com//cli/latest/reference/secretsmanager/list-secrets.html) example gets a list of secrets managed by a service. You specify the service by ID. For more information, see [Secrets managed by other services](./service-linked-secrets.html).