Merge "Update and optimize documentation links"

This commit is contained in:
Jenkins 2017-07-18 19:34:57 +00:00 committed by Gerrit Code Review
commit 747c4c15da
4 changed files with 11 additions and 11 deletions

View File

@ -2,8 +2,8 @@
Team and repository tags
========================
.. image:: https://governance.openstack.org/badges/python-ironicclient.svg
:target: https://governance.openstack.org/reference/tags/index.html
.. image:: https://governance.openstack.org/tc/badges/python-ironicclient.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
@ -103,7 +103,7 @@ the subcommands available, run::
$ openstack help baremetal
* 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
* Bugs: https://bugs.launchpad.net/python-ironicclient

View File

@ -27,8 +27,8 @@ signed OpenStack's contributor's agreement.
.. seealso::
* http://docs.openstack.org/infra/manual/developers.html
* http://wiki.openstack.org/CLA
* https://docs.openstack.org/infra/manual/developers.html
* https://wiki.openstack.org/wiki/CLA
LaunchPad Project
-----------------
@ -40,16 +40,16 @@ notifications of important events.
.. seealso::
* http://launchpad.net
* http://launchpad.net/python-ironicclient
* http://launchpad.net/~openstack
* https://launchpad.net
* https://launchpad.net/python-ironicclient
* https://launchpad.net/~openstack
Project Hosting Details
-----------------------
Bug tracker
http://launchpad.net/python-ironicclient
https://launchpad.net/python-ironicclient
Mailing list (prefix subjects with ``[ironic]`` for faster responses)
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

View File

@ -333,7 +333,7 @@ class HTTPClient(VersionNegotiationMixin):
# TODO(deva): implement graceful client downgrade when connecting
# 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:
negotiated_ver = self.negotiate_version(self.session, resp)

View File

@ -4,7 +4,7 @@ summary = OpenStack Bare Metal Provisioning API Client Library
description-file = README.rst
author = OpenStack
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 =
Environment :: OpenStack
Intended Audience :: Information Technology