You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2016/02/10 14:48:34 UTC

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

Repository: nifi
Updated Branches:
  refs/heads/master f4487dd5f -> d01449ee7


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

Signed-off-by: Matt Gilman <ma...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/d01449ee
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/d01449ee
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/d01449ee

Branch: refs/heads/master
Commit: d01449ee72b4ef7762ca77632efcd26bd2cc1a2c
Parents: f4487dd
Author: Lars Francke <la...@gmail.com>
Authored: Wed Feb 10 12:35:15 2016 +0100
Committer: Matt Gilman <ma...@gmail.com>
Committed: Wed Feb 10 08:46:42 2016 -0500

----------------------------------------------------------------------
 nifi-docs/src/main/asciidoc/developer-guide.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/d01449ee/nifi-docs/src/main/asciidoc/developer-guide.adoc
----------------------------------------------------------------------
diff --git a/nifi-docs/src/main/asciidoc/developer-guide.adoc b/nifi-docs/src/main/asciidoc/developer-guide.adoc
index ecb3892..1b13142 100644
--- a/nifi-docs/src/main/asciidoc/developer-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/developer-guide.adoc
@@ -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