summaryrefslogtreecommitdiffstats
path: root/doc/source/developing.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-06-22 01:11:49 +0000
committerGerrit Code Review <review@openstack.org>2013-06-22 01:11:49 +0000
commit49f5385b8d5474c7846624a8f04566570d949650 (patch)
treee32e119163487d1a122bd5851eadcaf796555292 /doc/source/developing.rst
parentb9e46fb9c455eed584cb52db3b92ff3d8060a414 (diff)
parentc6e95a313e1a57f93eb840c41a1661ec13881d5a (diff)
downloadkeystone-49f5385b8d5474c7846624a8f04566570d949650.tar.gz
keystone-49f5385b8d5474c7846624a8f04566570d949650.tar.xz
keystone-49f5385b8d5474c7846624a8f04566570d949650.zip
Merge "Fix link typo in Sphinx doc"
Diffstat (limited to 'doc/source/developing.rst')
-rw-r--r--doc/source/developing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/developing.rst b/doc/source/developing.rst
index 5a064b5e..c14ef7ab 100644
--- a/doc/source/developing.rst
+++ b/doc/source/developing.rst
@@ -56,7 +56,7 @@ Interacting with Keystone
-------------------------
You can interact with Keystone through the command line using
-:doc:`man/keystonemanage` which allows you to initialize keystone, etc.
+:doc:`man/keystone-manage` which allows you to initialize keystone, etc.
You can also interact with Keystone through its REST API. There is a python
keystone client library `python-keystoneclient`_ which interacts exclusively