Fixed a broken link in API Plugins document

TrivialFix

Change-Id: I8387faa888ae29af56949e3a4f5805dd75045d07
This commit is contained in:
Kiseok Kim 2017-04-27 05:12:08 +00:00
parent e7ed854028
commit cf4a1b1686

View File

@ -39,7 +39,7 @@ please refer to the `OpenStack API WG
Basic plugin structure
----------------------
A very basic skeleton of a v2.1 plugin can be seen `here in the unittests <http://git.openstack.org/cgit/openstack/nova/tree/nova/tests/unit/api/openstack/compute/test_plugins/basic.py>`_. An annotated version below::
A very basic skeleton of a v2.1 plugin can be seen `here in the unittests <https://git.openstack.org/cgit/openstack/nova/tree/nova/tests/unit/api/openstack/compute/basic.py>`_. An annotated version below::
"""Basic Test Extension"""