[DOC BLD FIX] Fix user messages documentation

A warning was being generated by the user messages documentation
build because it was pointing to a module that no longer existed.

I updated the link so that instead of pointing to
message/resource_types it points to message/message_field .

Change-Id: I77b7aaf337075274fa1dae7df03da028ea049913
This commit is contained in:
Jay S. Bryant 2017-08-07 17:54:14 -05:00
parent 7ec31dcfe3
commit 13208b3a96

View File

@ -57,10 +57,10 @@ The Message API Module
:members:
:undoc-members:
The Resource Types Module
-------------------------
The Message Field Module
------------------------
.. automodule:: cinder.message.resource_types
.. automodule:: cinder.message.message_field
:noindex:
The Permitted Messages Module