Skip to content

Commit 51c0643

Browse files
johnwalkermattsb42-aws
authored andcommitted
Fix lib links in README.rst (aws#79)
The new links resolve to readthedocs. Previously, the links would follow pages that didn't exist. This allows users to read documentation referenced in the README by clicking on the links.
1 parent 6081d42 commit 51c0643

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ of the one that the client would normally construct for you.
178178
.. _cryptography: https://cryptography.io/en/latest/
179179
.. _cryptography installation guide: https://cryptography.io/en/latest/installation/
180180
.. _boto3: https://boto3.readthedocs.io/en/latest/
181-
.. _EncryptedClient: lib/encrypted/client.html
182-
.. _EncryptedResource: lib/encrypted/resource.html
183-
.. _EncryptedTable: lib/encrypted/table.html
184-
.. _CryptoConfig: lib/encrypted/config.html
185-
.. _decrypt_dynamodb_item: lib/encrypted/item.html#dynamodb_encryption_sdk.encrypted.item.decrypt_dynamodb_item
186-
.. _transformation functions: lib/tools/transform.html
181+
.. _EncryptedClient: https://aws-dynamodb-encryption-python.readthedocs.io/en/latest/lib/encrypted/client.html
182+
.. _EncryptedResource: https://aws-dynamodb-encryption-python.readthedocs.io/en/latest/lib/encrypted/resource.html
183+
.. _EncryptedTable: https://aws-dynamodb-encryption-python.readthedocs.io/en/latest/lib/encrypted/table.html
184+
.. _CryptoConfig: https://aws-dynamodb-encryption-python.readthedocs.io/en/latest/lib/encrypted/config.html
185+
.. _decrypt_dynamodb_item: https://aws-dynamodb-encryption-python.readthedocs.io/en/latest/lib/encrypted/item.html#dynamodb_encryption_sdk.encrypted.item.decrypt_dynamodb_item
186+
.. _transformation functions: https://aws-dynamodb-encryption-python.readthedocs.io/en/latest/lib/tools/transform.html

0 commit comments

Comments
 (0)