diff --git a/HACKING.rst b/HACKING.rst index ac93b6a..5256afe 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,7 +2,7 @@ Distil Style Commandments ========================== - Step 1: Read the OpenStack Style Commandments - http://docs.openstack.org/developer/hacking/ + https://docs.openstack.org/hacking/latest/ - Step 2: Read on Distil Specific Commandments diff --git a/distil/common/cache.py b/distil/common/cache.py index 78c55c5..8f5e84c 100644 --- a/distil/common/cache.py +++ b/distil/common/cache.py @@ -43,7 +43,7 @@ def _keygen(*args, **kwargs): # TODO(flwang): We're recreating wheels, because the way documenting on -# http://docs.openstack.org/developer/oslo.cache/usage.html doesn't work for +# https://docs.openstack.org/oslo.cache/latest/user/usage.html doesn't work for # us. We will revisit this to replace this decorator when it's sorted out. def memoize(function): @wraps(function)