diff options
author | Ruby Loo <ruby.loo@intel.com> | 2017-08-22 13:06:37 -0400 |
---|---|---|
committer | Ruby Loo <ruby.loo@intel.com> | 2017-08-22 13:09:58 -0400 |
commit | 4aeda3f16be647bd51d7e878686e6ffa6fe8c2c2 (patch) | |
tree | 8afaa9dc6a70f6447fbfda8fb7083dbf1e6bbfcf /doc/source/admin/drivers/redfish.rst | |
parent | 1df3dff00b2752d1a34334a064b6d89a9c6e4177 (diff) | |
download | ironic-4aeda3f16be647bd51d7e878686e6ffa6fe8c2c2.tar.gz |
correct URLs in admin docs
This corrects the URLs in the admin documentation. The changes include:
- changing http to https
- changing absolute links to relative links (where applicable)
Change-Id: I0c65293d26da6b0a0086304841b5b6d71ea44e75
Diffstat (limited to 'doc/source/admin/drivers/redfish.rst')
-rw-r--r-- | doc/source/admin/drivers/redfish.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/admin/drivers/redfish.rst b/doc/source/admin/drivers/redfish.rst index b76fe2dbf..546208c78 100644 --- a/doc/source/admin/drivers/redfish.rst +++ b/doc/source/admin/drivers/redfish.rst @@ -85,10 +85,9 @@ a node with the ``redfish`` driver. For example: redfish_system_id=/redfish/v1/Systems/CX34R87 --driver-info \ redfish_username=admin --driver-info redfish_password=password -For more information about enrolling nodes see `Enrolling a node`_ +For more information about enrolling nodes see :ref:`enrollment` in the install guide. .. _Redfish: http://redfish.dmtf.org/ .. _Sushy: https://git.openstack.org/cgit/openstack/sushy .. _TLS: https://en.wikipedia.org/wiki/Transport_Layer_Security -.. _`Enrolling a node`: http://docs.openstack.org/project-install-guide/baremetal/draft/enrollment.html#enrolling-a-node |