diff --git a/oslo.{{cookiecutter.module_name}}/HACKING.rst b/oslo.{{cookiecutter.module_name}}/HACKING.rst index 8037435..a447214 100644 --- a/oslo.{{cookiecutter.module_name}}/HACKING.rst +++ b/oslo.{{cookiecutter.module_name}}/HACKING.rst @@ -1,4 +1,4 @@ oslo.{{ cookiecutter.module_name }} Style Commandments ====================================================== -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff --git a/oslo.{{cookiecutter.module_name}}/README.rst b/oslo.{{cookiecutter.module_name}}/README.rst index 01c7484..fef0002 100644 --- a/oslo.{{cookiecutter.module_name}}/README.rst +++ b/oslo.{{cookiecutter.module_name}}/README.rst @@ -9,6 +9,6 @@ Please feel here a long description which must be at least 3 lines wrapped on Note that this is a hard requirement. * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/oslo.{{ cookiecutter.module_name }} -* Source: http://git.openstack.org/cgit/openstack/oslo.{{ cookiecutter.module_name }} -* Bugs: http://bugs.launchpad.net/oslo.{{ cookiecutter.module_name }} +* Documentation: https://docs.openstack.org/oslo.{{ cookiecutter.module_name }}/latest/ +* Source: https://git.openstack.org/cgit/openstack/oslo.{{ cookiecutter.module_name }} +* Bugs: https://bugs.launchpad.net/oslo.{{ cookiecutter.module_name }}