summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpxie <fpxie@fiberhome.com>2017-07-07 16:53:01 +0800
committerRuby Loo <ruby.loo@intel.com>2017-08-22 13:17:48 +0000
commitab7f3bf782fbec5e6142c4d828bc88b711aa854b (patch)
treeee5e8ea5662e2c6f3282bc48071949117c9b18ac
parent93cc54d35708eb3c1c45bc72feaccd48b5a7afb7 (diff)
downloadironic-ab7f3bf782fbec5e6142c4d828bc88b711aa854b.tar.gz
[doc] Replace http with https
Replaces some occurrences of http with https in order to preserve the security zone behavior and ensure that resources are referenced/accessed via https. This doesn't replace all occurrences because some of the URLs in our docs need to be changed. Change-Id: Ia1fcd7cb8d1bbec0f7380293445220c7e7b3a43c (cherry picked from commit 24272f67c95a8140e230a1ec9983bc8601537159)
-rw-r--r--CONTRIBUTING.rst2
-rw-r--r--README.rst4
-rw-r--r--doc/source/admin/cleaning.rst2
-rw-r--r--doc/source/admin/drivers/cimc.rst2
4 files changed, 5 insertions, 5 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 1a2861ee8..b09a32b9c 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -1,7 +1,7 @@
If you would like to contribute to the development of OpenStack,
you must follow the steps 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 2bc1562dd..83982b9fd 100644
--- a/README.rst
+++ b/README.rst
@@ -2,8 +2,8 @@
Team and repository tags
========================
-.. image:: http://governance.openstack.org/badges/ironic.svg
- :target: http://governance.openstack.org/reference/tags/index.html
+.. image:: https://governance.openstack.org/badges/ironic.svg
+ :target: https://governance.openstack.org/reference/tags/index.html
.. Change things from this point on
diff --git a/doc/source/admin/cleaning.rst b/doc/source/admin/cleaning.rst
index 5f76a2c63..c6b2b64e9 100644
--- a/doc/source/admin/cleaning.rst
+++ b/doc/source/admin/cleaning.rst
@@ -332,4 +332,4 @@ to allow it to be scheduled by nova.
The node will begin automated cleaning from the start, and move to
``available`` state when complete.
-.. _`Configure the Bare Metal service for cleaning`: http://docs.openstack.org/project-install-guide/baremetal/draft/configure-cleaning.html
+.. _`Configure the Bare Metal service for cleaning`: https://docs.openstack.org/project-install-guide/baremetal/draft/configure-cleaning.html
diff --git a/doc/source/admin/drivers/cimc.rst b/doc/source/admin/drivers/cimc.rst
index 2b603a89d..930593db8 100644
--- a/doc/source/admin/drivers/cimc.rst
+++ b/doc/source/admin/drivers/cimc.rst
@@ -91,4 +91,4 @@ The following sequence of commands can be used to enroll a UCS Standalone node.
For more information about enrolling nodes see `Enrolling a node`_ in the install guide.
-.. _`Enrolling a node`: http://docs.openstack.org/project-install-guide/baremetal/draft/enrollment.html#enrolling-a-node
+.. _`Enrolling a node`: https://docs.openstack.org/project-install-guide/baremetal/draft/enrollment.html#enrolling-a-node