Merge "Update and replace http with https for doc links in distil"

This commit is contained in:
Jenkins 2017-08-31 05:01:36 +00:00 committed by Gerrit Code Review
commit 99d1a16fb9
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)