summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-02-15 14:41:35 +0000
committerGerrit Code Review <review@openstack.org>2016-02-15 14:41:35 +0000
commit050da686cdaba8451a221c261866d59bcc7093b2 (patch)
tree7ca8b17ab122b44c59f48d59958537d6d4ac3667 /README.rst
parent77cbff6639e23282c8550097e935df7b9b40ceb8 (diff)
parente02bfad204897e3dbd7cd1eb730665a1667a81ee (diff)
downloadpython-cinderclient-050da686cdaba8451a221c261866d59bcc7093b2.tar.gz
Merge "Fix link for OpenStack manual"
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index b024a43..5db01a4 100644
--- a/README.rst
+++ b/README.rst
@@ -13,11 +13,11 @@ This is a client for the OpenStack Cinder API. There's a Python API (the
``cinderclient`` module), and a command-line script (``cinder``). Each
implements 100% of the OpenStack Cinder API.
-See the `OpenStack CLI guide`_ for information on how to use the ``cinder``
+See the `OpenStack CLI Reference`_ for information on how to use the ``cinder``
command-line tool. You may also want to look at the
`OpenStack API documentation`_.
-.. _OpenStack CLI Guide: http://docs.openstack.org/user-guide/content/ch_cli.html
+.. _OpenStack CLI Reference: http://docs.openstack.org/cli-reference/overview.html
.. _OpenStack API documentation: http://developer.openstack.org/api-ref.html
The project is hosted on `Launchpad`_, where bugs can be filed. The code is