Skip to content

Commit

Permalink
Fix lib links in README.rst (aws#79)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
johnwalker authored and mattsb42-aws committed Jul 23, 2018
1 parent 6081d42 commit 51c0643
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ of the one that the client would normally construct for you.
.. _cryptography: https://cryptography.io/en/latest/
.. _cryptography installation guide: https://cryptography.io/en/latest/installation/
.. _boto3: https://boto3.readthedocs.io/en/latest/
.. _EncryptedClient: lib/encrypted/client.html
.. _EncryptedResource: lib/encrypted/resource.html
.. _EncryptedTable: lib/encrypted/table.html
.. _CryptoConfig: lib/encrypted/config.html
.. _decrypt_dynamodb_item: lib/encrypted/item.html#dynamodb_encryption_sdk.encrypted.item.decrypt_dynamodb_item
.. _transformation functions: lib/tools/transform.html
.. _EncryptedClient: https://aws-dynamodb-encryption-python.readthedocs.io/en/latest/lib/encrypted/client.html
.. _EncryptedResource: https://aws-dynamodb-encryption-python.readthedocs.io/en/latest/lib/encrypted/resource.html
.. _EncryptedTable: https://aws-dynamodb-encryption-python.readthedocs.io/en/latest/lib/encrypted/table.html
.. _CryptoConfig: https://aws-dynamodb-encryption-python.readthedocs.io/en/latest/lib/encrypted/config.html
.. _decrypt_dynamodb_item: https://aws-dynamodb-encryption-python.readthedocs.io/en/latest/lib/encrypted/item.html#dynamodb_encryption_sdk.encrypted.item.decrypt_dynamodb_item
.. _transformation functions: https://aws-dynamodb-encryption-python.readthedocs.io/en/latest/lib/tools/transform.html

0 comments on commit 51c0643

Please sign in to comment.