diff --git a/pottery/nextid.py b/pottery/nextid.py index 7ddd0532..1893f594 100644 --- a/pottery/nextid.py +++ b/pottery/nextid.py @@ -20,7 +20,7 @@ http://antirez.com/news/102 Lua scripting: - https://github.com/andymccurdy/redis-py#lua-scripting + https://redis.readthedocs.io/en/stable/lua_scripting.html#lua-scripting-in-default-connections ''' diff --git a/pottery/redlock.py b/pottery/redlock.py index accebf5c..6386305a 100644 --- a/pottery/redlock.py +++ b/pottery/redlock.py @@ -28,7 +28,7 @@ https://github.com/SPSCommerce/redlock-py Lua scripting: - https://github.com/andymccurdy/redis-py#lua-scripting + https://redis.readthedocs.io/en/stable/lua_scripting.html#lua-scripting-in-default-connections '''