We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f710774 commit e2db5d5Copy full SHA for e2db5d5
1 file changed
README.rst
@@ -17,11 +17,12 @@ Python DynamoDB Lock
17
18
19
This is a general purpose distributed locking library built on top of DynamoDB. It is heavily
20
-"inspired" by the java-based AmazonDynamoDBLockClient (https://github.com/awslabs/dynamodb-lock-client)
+"inspired" by the java-based `AmazonDynamoDBLockClient <https://github.com/awslabs/dynamodb-lock-client>`_
21
library, and supports both coarse-grained and fine-grained locking.
22
23
* Free software: Apache Software License 2.0
24
-* Documentation: https://python-dynamodb-lock.readthedocs.io.
+* Documentation: https://python-dynamodb-lock.readthedocs.io
25
+* Source Code: https://github.com/mohankishore/python_dynamodb_lock
26
27
28
Features
0 commit comments