NIFI-1496: State Manager documentation link wrong. This closes #214

Signed-off-by: Matt Gilman <matt.c.gilman@gmail.com>
This commit is contained in:
Lars Francke 2016-02-10 12:35:15 +01:00 committed by Matt Gilman
parent f4487dd5f6
commit d01449ee72
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ class, calling the appropriate methods
to fill in the details of the Relationship, and finally calling the
`build` method.
[[state_manager]]
[[supporting_api_state_manager]]
==== StateManager
The StateManager provides Processors, Reporting Tasks, and Controller Services a mechanism
for easily storing and retrieving state. The API is similar to that of ConcurrentHashMap