Merge "Fix URLs for CLI Reference and API"

This commit is contained in:
Jenkins 2016-01-21 17:10:34 +00:00 committed by Gerrit Code Review
commit 1e7310a74d
2 changed files with 3 additions and 3 deletions
README.rst
doc/source/man

@ -17,8 +17,8 @@ See the `OpenStack CLI guide`_ for information on how to use the ``nova``
command-line tool. You may also want to look at the
`OpenStack API documentation`_.
.. _OpenStack CLI Guide: http://docs.openstack.org/cli-reference/content/novaclient_commands.html
.. _OpenStack API documentation: http://docs.openstack.org/api/quick-start/content/
.. _OpenStack CLI Guide: http://docs.openstack.org/cli-reference/nova.html
.. _OpenStack API documentation: http://developer.openstack.org/api-ref-compute-v2.1.html
python-novaclient is licensed under the Apache License like the rest of
OpenStack.

@ -76,7 +76,7 @@ Terminate an instance::
SEE ALSO
========
OpenStack Nova CLI Guide: http://docs.openstack.org/cli-reference/content/novaclient_commands.html
OpenStack Nova CLI Guide: http://docs.openstack.org/cli-reference/nova.html
BUGS