diff --git a/doc/source/contributor/api.rst b/doc/source/contributor/api.rst index d0f7fad6ad59..800d4ffba263 100644 --- a/doc/source/contributor/api.rst +++ b/doc/source/contributor/api.rst @@ -52,7 +52,7 @@ A very basic controller of a v2.1 API:: # Defining support for other RESTFul methods based on resouce. -See `servers.py for ref `_. +See `servers.py `_ for ref. All of the controller modules should live in the ``nova/api/openstack/compute`` directory.