Fix doc link for api

doc link has an issue.
Trivial Fix

Change-Id: I949711ebfc51a09bbdc344fa0e242b924e66a29f
This commit is contained in:
jichen 2018-04-16 11:14:16 +08:00
parent 35e9c2bccf
commit e285070ec7
1 changed files with 1 additions and 1 deletions

View File

@ -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 <http://git.openstack.org/cgit/openstack/nova/tree/nova/nova/api/openstack/compute/servers.py>`_.
See `servers.py <http://git.openstack.org/cgit/openstack/nova/tree/nova/api/openstack/compute/servers.py>`_ for ref.
All of the controller modules should live in the ``nova/api/openstack/compute`` directory.