diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index b8fbacb3b..c62aae6e8 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -11,8 +11,8 @@ Contributor License Agreement In order to contribute to the Murano project, you need to have signed OpenStack's contributor's agreement: -* http://docs.openstack.org/infra/manual/developers.html -* http://wiki.openstack.org/CLA +* https://docs.openstack.org/infra/manual/developers.html +* https://wiki.openstack.org/wiki/How_To_Contribute#Contributor_License_Agreement Project Hosting Details @@ -48,4 +48,4 @@ Project Hosting Details * Code Review * https://review.openstack.org/#/q/murano-dashboard+AND+status:+open,n,z - * http://docs.openstack.org/infra/manual/developers.html#development-workflow + * https://docs.openstack.org/infra/manual/developers.html#development-workflow diff --git a/HACKING.rst b/HACKING.rst index 7e717ebb7..f95796ffc 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,7 +2,7 @@ Murano Dashboard Style Commandments =================================== *- Step 1: Read the OpenStack Style Commandments - http://docs.openstack.org/developer/hacking/ + https://docs.openstack.org/hacking/latest/ * Step 2: Read [hacking] section in tox.ini to find the list of names which can be imported directly without triggering the "H302: import only modules"