summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2017-07-10 20:38:48 +0000
committerJulia Kreger <juliaashleykreger@gmail.com>2017-07-14 20:28:08 +0000
commit7ae28c66bdacc73865b814a12baa08b9c5f3e3c0 (patch)
tree4c4c7c3d31b6d83d6d19fc2bb3b54bc7ec07dad9
parentda95c4a8915a8f3efe5cabdc01274d12f7b57a9e (diff)
downloadironic-python-agent-7ae28c66bdacc73865b814a12baa08b9c5f3e3c0.tar.gz
Correct/update links
Correct instances of http to https and fix any remaining links that were broken due to the document migration. Change-Id: I492f7972839e63efdde469a1e16840d9be6d8b31
-rw-r--r--CONTRIBUTING.rst4
-rw-r--r--README.rst14
-rw-r--r--doc/source/admin/how_it_works.rst4
-rw-r--r--doc/source/install/index.rst2
-rw-r--r--setup.cfg2
5 files changed, 13 insertions, 13 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 3270640e..72bb561e 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 a471ba0c..f873e2c7 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 <http://docs.openstack.org/developer/ironic-python-agent/#image-builders>`_ section of the Ironic Python Agent
+For more information see the `Image Builder <https://docs.openstack.org/ironic-python-agent/latest/install/index.html#image-builders>`_ section of the Ironic Python Agent
developer guide.
Using IPA with devstack
=======================
-This is covered in the `Deploying Ironic with DevStack <http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html#deploying-ironic-with-devstack>`_
+This is covered in the `Deploying Ironic with DevStack <https://docs.openstack.org/ironic/latest/contributor/dev-quickstart.html#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 <http://docs.openstack.org/infra/manual/developers.html>`_.
+contribute <https://docs.openstack.org/infra/manual/developers.html>`_.
diff --git a/doc/source/admin/how_it_works.rst b/doc/source/admin/how_it_works.rst
index 494bf5e9..660b1dda 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 ce3de46c..42e45f85 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 a3965d72..91d601c7 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 =