From 56b1207148f6ac3f7a9b9eda42d9e6ec129296ce Mon Sep 17 00:00:00 2001 From: John Walker Date: Fri, 20 Jul 2018 14:55:57 -0700 Subject: [PATCH] Fix lib links in README.rst 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. --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 9f0251ba..edf34542 100644 --- a/README.rst +++ b/README.rst @@ -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