summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2013-06-12 15:06:12 +0200
committerDirk Mueller <dirk@dmllr.de>2013-06-12 15:06:12 +0200
commitc6e95a313e1a57f93eb840c41a1661ec13881d5a (patch)
treefead0ebe6913502da64e81dd83e74116b3229694 /doc
parent6111bc9dfe374a0dae7839a325246df8abfb5aa3 (diff)
downloadkeystone-c6e95a313e1a57f93eb840c41a1661ec13881d5a.tar.gz
keystone-c6e95a313e1a57f93eb840c41a1661ec13881d5a.tar.xz
keystone-c6e95a313e1a57f93eb840c41a1661ec13881d5a.zip
Fix link typo in Sphinx doc
Change-Id: I00667ca171d1be5acdacb472561cbf74baf6a852
Diffstat (limited to 'doc')
-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 b168caf7..37479e4d 100644
--- a/doc/source/developing.rst
+++ b/doc/source/developing.rst
@@ -69,7 +69,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