From e38a3a07dd4c9882248b2d4833737125a9090a3a Mon Sep 17 00:00:00 2001 From: ShangXiao Date: Tue, 13 Mar 2018 01:01:09 -0700 Subject: [PATCH] Fix the old links in CONTRIBUTING.rst and HACKING.rst Update the old links to the lastest ones in CONTRIBUTING.rst and HACKING.rst. Change-Id: I1ac24e49deeb2d86be18e18033e611fb230c5f5b --- CONTRIBUTING.rst | 6 +++--- HACKING.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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"