diff --git a/README.rst b/README.rst index e7a68e03d..1b3ea5818 100644 --- a/README.rst +++ b/README.rst @@ -17,11 +17,12 @@ scheduling from a bare metal node, given it's power management credentials * Free software: Apache license * Source: http://git.openstack.org/cgit/openstack/ironic-inspector * Bugs: http://bugs.launchpad.net/ironic-inspector -* Blueprints: https://blueprints.launchpad.net/ironic-inspector * Downloads: https://pypi.python.org/pypi/ironic-inspector * Documentation: http://docs.openstack.org/developer/ironic-inspector * Python client library and CLI tool: `python-ironic-inspector-client - `_. + `_ + (`documentation + `_). .. _Ironic: https://wiki.openstack.org/wiki/Ironic diff --git a/doc/source/usage.rst b/doc/source/usage.rst index 2cb38fb93..13c565869 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -4,10 +4,10 @@ Usage ===== Refer to :ref:`api` for information on the HTTP API. -Refer to the `client page`_ for information on how to use CLI and Python -library. +Refer to the `client documentation`_ for information on how to use CLI and +Python library. -.. _client page: https://pypi.python.org/pypi/python-ironic-inspector-client +.. _client documentation: http://docs.openstack.org/developer/python-ironic-inspector-client Using from Ironic API ~~~~~~~~~~~~~~~~~~~~~ @@ -16,7 +16,7 @@ Ironic Kilo introduced support for hardware introspection under name of "inspection". **ironic-inspector** introspection is supported for some generic drivers, please refer to `Ironic inspection documentation`_ for details. -.. _Ironic inspection documentation: http://docs.openstack.org/developer/ironic/deploy/install-guide.html#hardware-inspection +.. _Ironic inspection documentation: http://docs.openstack.org/developer/ironic/deploy/inspection.html .. _node_states: