From c6e95a313e1a57f93eb840c41a1661ec13881d5a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 12 Jun 2013 15:06:12 +0200 Subject: Fix link typo in Sphinx doc Change-Id: I00667ca171d1be5acdacb472561cbf74baf6a852 --- doc/source/developing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source') 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 -- cgit