Update and replace http with https for doc links in distil

1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: Id62f97ed4c4f853dcd1e800c92f48c891a3ea1f4
This commit is contained in:
shangxiaobj 2017-08-13 20:31:41 -07:00 committed by Feilong Wang
parent c0b1b7da26
commit 8b3f8bff97
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)