Skip to content

Commit fa1ca01

Browse files
fix(Example): correct doc link in limit EDK Rust example (#729)
1 parent d04ddc0 commit fa1ca01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AwsEncryptionSDK/runtimes/rust/examples/limit_encrypted_data_keys_example.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ encrypted data keys, none of which can be decrypted.
1212
As a result, the AWS Encryption SDK would attempt to decrypt each
1313
encrypted data key until it exhausted the encrypted data keys in the message.
1414
15-
For more information on how to use Raw AES keyrings, see
16-
https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/use-raw-aes-keyring.html
15+
For more information on limiting EDKs, see
16+
https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/configure.html#config-limit-keys
1717
*/
1818

1919
use aws_esdk::client as esdk_client;

0 commit comments

Comments
 (0)