Skip to content

Commit e6bb11e

Browse files
authored
fix(docs): Update AWS Doc URLs (#663)
1 parent e4dd5bf commit e6bb11e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ CachingMostRecentProvider replaces MostRecentProvider and provides a cache entry
8282
TTL to reauthorize the key with the key provider.
8383

8484
MostRecentProvider is now deprecated, and is removed in 2.0.0. See
85-
https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/most-recent-provider.html
85+
https://docs.aws.amazon.com/database-encryption-sdk/latest/devguide/most-recent-provider.html#mrp-versions
8686
for more details.
8787

8888

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ of the one that the client would normally construct for you.
177177
... ) # this uses my_special_crypto_config
178178
179179
180-
.. _Amazon DynamoDB Encryption Client: https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/
180+
.. _Amazon DynamoDB Encryption Client: https://docs.aws.amazon.com/database-encryption-sdk/latest/devguide/legacy-dynamodb-encryption-client.html
181181
.. _Amazon DynamoDB: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Introduction.html
182-
.. _primary documents: https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/
183-
.. _Concepts Guide: https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/concepts.html
182+
.. _primary documents: https://docs.aws.amazon.com/database-encryption-sdk/latest/devguide/legacy-dynamodb-encryption-client.html
183+
.. _Concepts Guide: https://docs.aws.amazon.com/database-encryption-sdk/latest/devguide/DDBEC-legacy-concepts.html
184184
.. _Amazon DynamoDB Encryption Client for Java: https://github.com/aws/aws-dynamodb-encryption-java/
185185
.. _Amazon DynamoDB Encryption Client for Python: https://github.com/aws/aws-dynamodb-encryption-python/
186186
.. _DynamoDB Stream: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html

examples/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ with this library.
3434
* `How to use raw symmetric wrapping keys <./src/dynamodb_encryption_sdk_examples/wrapped_symmetric_encrypted_table.py>`_
3535
* `How to use raw asymmetric wrapping keys <./src/dynamodb_encryption_sdk_examples/wrapped_rsa_encrypted_table.py>`_
3636

37-
For more details on the different type of material providers, see `How to choose a cryptographic materials provider <https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/crypto-materials-providers.html>`_.
37+
For more details on the different type of material providers, see `How to choose a cryptographic materials provider <https://docs.aws.amazon.com/database-encryption-sdk/latest/devguide/crypto-materials-providers.html>`_.
3838

3939
Running the examples
4040
====================

0 commit comments

Comments
 (0)