diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 3270640e9..72bb561ec 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,13 +1,13 @@ If you would like to contribute to the development of OpenStack, you must follow the steps in this page: - http://docs.openstack.org/infra/manual/developers.html + https://docs.openstack.org/infra/manual/developers.html Once those steps have been completed, changes to OpenStack should be submitted for review via the Gerrit tool, following the workflow documented at: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. diff --git a/README.rst b/README.rst index a471ba0c0..f873e2c7c 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/ironic-python-agent.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/badges/ironic-python-agent.svg + :target: https://governance.openstack.org/reference/tags/index.html .. Change things from this point on @@ -25,14 +25,14 @@ as of the Kilo OpenStack release. Building the IPA deployment ramdisk =================================== -For more information see the `Image Builder `_ section of the Ironic Python Agent +For more information see the `Image Builder `_ section of the Ironic Python Agent developer guide. Using IPA with devstack ======================= -This is covered in the `Deploying Ironic with DevStack `_ +This is covered in the `Deploying Ironic with DevStack `_ section of the Ironic dev-quickstart guide. @@ -40,11 +40,11 @@ Project Resources ================= Project status, bugs, and blueprints are tracked on Launchpad: - http://launchpad.net/ironic-python-agent + https://launchpad.net/ironic-python-agent Developer documentation can be found here: - http://docs.openstack.org/developer/ironic-python-agent + https://docs.openstack.org/ironic-python-agent Additional resources are linked from the project wiki page: @@ -54,4 +54,4 @@ IRC channel: #openstack-ironic To contribute, start here: `Openstack: How to -contribute `_. +contribute `_. diff --git a/doc/source/admin/how_it_works.rst b/doc/source/admin/how_it_works.rst index 494bf5e9a..660b1ddaf 100644 --- a/doc/source/admin/how_it_works.rst +++ b/doc/source/admin/how_it_works.rst @@ -60,7 +60,7 @@ full endpoint of Ironic Inspector, for example:: Make sure your DHCP environment is set to boot IPA by default. -.. _Ironic Inspector: http://docs.openstack.org/ironic-inspector/ +.. _Ironic Inspector: https://docs.openstack.org/ironic-inspector/ Hardware Inventory ------------------ @@ -114,4 +114,4 @@ fields: References ========== -.. [0] Enabling Drivers - http://docs.openstack.org/ironic/latest/admin/drivers/ipa.html +.. [0] Enabling Drivers - https://docs.openstack.org/ironic/latest/admin/drivers/ipa.html diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index ce3de46c8..42e45f857 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -189,7 +189,7 @@ References ========== .. [0] CoreOS PXE Images - https://coreos.com/docs/running-coreos/bare-metal/booting-with-pxe/ .. [1] CoreOS Cloud Init - https://coreos.com/docs/cluster-management/setup/cloudinit-cloud-config/ -.. [2] DIB Element for IPA - http://docs.openstack.org/developer/diskimage-builder/elements/ironic-agent/README.html +.. [2] DIB Element for IPA - https://docs.openstack.org/diskimage-builder/latest/elements/ironic-agent/README.html .. [3] cloud-config.yaml - https://git.openstack.org/cgit/openstack/ironic-python-agent/tree/imagebuild/coreos/oem/cloud-config.yml Indices and tables diff --git a/setup.cfg b/setup.cfg index a3965d72d..91d601c75 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = ironic-python-agent author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://docs.openstack.org/developer/ironic-python-agent/ +home-page = https://docs.openstack.org/ironic-python-agent/ summary = Ironic Python Agent Ramdisk license = Apache-2 classifier =