AWS secretsmanager documentation change
Summary
Improved link formatting for Rust cross project and GitHub repository references
Security assessment
Changes are purely cosmetic link formatting improvements without altering Secrets Manager security functionality or documentation.
Diff
diff --git a/secretsmanager/latest/userguide/secrets-manager-agent.md b/secretsmanager/latest/userguide/secrets-manager-agent.md index 01898d8c6..d363027fd 100644 --- a//secretsmanager/latest/userguide/secrets-manager-agent.md +++ b//secretsmanager/latest/userguide/secrets-manager-agent.md @@ -212 +212 @@ Cross compile with Rust cross -If the cross-compile tools are not available natively on the system, you can use the Rust cross project. For more information, see [https://github.com/cross-rs/cross](https://github.com/cross-rs/cross). +If the cross-compile tools are not available natively on the system, you can use the Rust cross project. For more information, see [cross](https://github.com/cross-rs/cross) on GitHub. @@ -361 +361 @@ You can [package the Secrets Manager Agent as a Lambda extension](https://docs.a -The following instructions show how to get a secret named _MyTest_ by using the example script `secrets-manager-agent-extension.sh` in [https://github.com/aws/aws-secretsmanager-agent](https://github.com/aws/aws-secretsmanager-agent) to install the Secrets Manager Agent as a Lambda extension. +The following instructions show how to get a secret named _MyTest_ by using the example script `secrets-manager-agent-extension.sh` in the [aws-secretsmanager-agent](https://github.com/aws/aws-secretsmanager-agent) GitHub repository to install the Secrets Manager Agent as a Lambda extension.