diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index dd861704..49313d6c 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/CLA Project Hosting Details @@ -46,4 +46,4 @@ Project Hosting Details * Code Review * https://review.openstack.org/#/q/murano+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 cb074765..39378cb3 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ 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/README.rst b/README.rst index c5b44453..4159db17 100644 --- a/README.rst +++ b/README.rst @@ -38,8 +38,8 @@ in a "push-the-button" manner. .. _Blueprints: https://blueprints.launchpad.net/python-muranoclient .. _Bugs: https://bugs.launchpad.net/python-muranoclient .. _Source: https://git.openstack.org/cgit/openstack/python-muranoclient -.. _How to Contribute: http://docs.openstack.org/infra/manual/developers.html -.. _Specs: http://specs.openstack.org/openstack/murano-specs/ +.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html +.. _Specs: https://specs.openstack.org/openstack/murano-specs/ Python Muranoclient ------------------- @@ -61,7 +61,7 @@ Project status, bugs, and blueprints are tracked on Launchpad: Developer documentation can be found here: - http://docs.openstack.org/developer/murano/ + https://docs.openstack.org/murano/latest/ Additional resources are linked from the project wiki page: diff --git a/setup.cfg b/setup.cfg index f92a3d78..09e8650e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description-file = license = Apache License, Version 2.0 author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://docs.openstack.org/developer/murano/ +home-page = https://docs.openstack.org/murano/latest/ classifier = Development Status :: 4 - Beta Environment :: Console