Update and optimize documentation links
1. Update URLs according to document migration 2. Update the dead and outdated links 3. Optimize (e.g. http -> https) Change-Id: I63c0f87a6a0b1e0c36dfbd52cef65ede376ae222
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
Team and repository tags
|
Team and repository tags
|
||||||
========================
|
========================
|
||||||
|
|
||||||
.. image:: https://governance.openstack.org/badges/python-ironicclient.svg
|
.. image:: https://governance.openstack.org/tc/badges/python-ironicclient.svg
|
||||||
:target: https://governance.openstack.org/reference/tags/index.html
|
:target: https://governance.openstack.org/tc/reference/tags/index.html
|
||||||
|
|
||||||
.. Change things from this point on
|
.. Change things from this point on
|
||||||
|
|
||||||
@@ -103,7 +103,7 @@ the subcommands available, run::
|
|||||||
$ openstack help baremetal
|
$ openstack help baremetal
|
||||||
|
|
||||||
* License: Apache License, Version 2.0
|
* License: Apache License, Version 2.0
|
||||||
* Documentation: https://docs.openstack.org/python-ironicclient
|
* Documentation: https://docs.openstack.org/python-ironicclient/latest/
|
||||||
* Source: https://git.openstack.org/cgit/openstack/python-ironicclient
|
* Source: https://git.openstack.org/cgit/openstack/python-ironicclient
|
||||||
* Bugs: https://bugs.launchpad.net/python-ironicclient
|
* Bugs: https://bugs.launchpad.net/python-ironicclient
|
||||||
|
|
||||||
|
@@ -27,8 +27,8 @@ signed OpenStack's contributor's agreement.
|
|||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
* http://docs.openstack.org/infra/manual/developers.html
|
* https://docs.openstack.org/infra/manual/developers.html
|
||||||
* http://wiki.openstack.org/CLA
|
* https://wiki.openstack.org/wiki/CLA
|
||||||
|
|
||||||
LaunchPad Project
|
LaunchPad Project
|
||||||
-----------------
|
-----------------
|
||||||
@@ -40,16 +40,16 @@ notifications of important events.
|
|||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
* http://launchpad.net
|
* https://launchpad.net
|
||||||
* http://launchpad.net/python-ironicclient
|
* https://launchpad.net/python-ironicclient
|
||||||
* http://launchpad.net/~openstack
|
* https://launchpad.net/~openstack
|
||||||
|
|
||||||
|
|
||||||
Project Hosting Details
|
Project Hosting Details
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
Bug tracker
|
Bug tracker
|
||||||
http://launchpad.net/python-ironicclient
|
https://launchpad.net/python-ironicclient
|
||||||
|
|
||||||
Mailing list (prefix subjects with ``[ironic]`` for faster responses)
|
Mailing list (prefix subjects with ``[ironic]`` for faster responses)
|
||||||
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
|
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
|
||||||
|
@@ -333,7 +333,7 @@ class HTTPClient(VersionNegotiationMixin):
|
|||||||
|
|
||||||
# TODO(deva): implement graceful client downgrade when connecting
|
# TODO(deva): implement graceful client downgrade when connecting
|
||||||
# to servers that did not support microversions. Details here:
|
# to servers that did not support microversions. Details here:
|
||||||
# http://specs.openstack.org/openstack/ironic-specs/specs/kilo/api-microversions.html#use-case-3b-new-client-communicating-with-a-old-ironic-user-specified # noqa
|
# https://specs.openstack.org/openstack/ironic-specs/specs/kilo-implemented/api-microversions.html#use-case-3b-new-client-communicating-with-a-old-ironic-user-specified # noqa
|
||||||
|
|
||||||
if resp.status_code == http_client.NOT_ACCEPTABLE:
|
if resp.status_code == http_client.NOT_ACCEPTABLE:
|
||||||
negotiated_ver = self.negotiate_version(self.session, resp)
|
negotiated_ver = self.negotiate_version(self.session, resp)
|
||||||
|
@@ -4,7 +4,7 @@ summary = OpenStack Bare Metal Provisioning API Client Library
|
|||||||
description-file = README.rst
|
description-file = README.rst
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-dev@lists.openstack.org
|
author-email = openstack-dev@lists.openstack.org
|
||||||
home-page = https://docs.openstack.org/developer/python-ironicclient
|
home-page = https://docs.openstack.org/python-ironicclient/latest/
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
|
Reference in New Issue
Block a user