Repository: nifi Updated Branches: refs/heads/master ffcff8bfb -> 0721d9a0e
NIFI-5330 Fixed broken image in Variables in Versioned Flows section of User Guide Signed-off-by: Matthew Burgess <[email protected]> This closes #2810 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/0721d9a0 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/0721d9a0 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/0721d9a0 Branch: refs/heads/master Commit: 0721d9a0ee5eda2fbc7fb1925060f1217f92b887 Parents: ffcff8b Author: Andrew Lim <[email protected]> Authored: Mon Jun 25 10:56:27 2018 -0400 Committer: Matthew Burgess <[email protected]> Committed: Mon Jun 25 15:18:17 2018 -0400 ---------------------------------------------------------------------- .../asciidoc/images/PG1_Variable_Reference.png | Bin 59812 -> 0 bytes .../main/asciidoc/images/PG1_variable_ref_1.png | Bin 0 -> 59812 bytes nifi-docs/src/main/asciidoc/user-guide.adoc | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/0721d9a0/nifi-docs/src/main/asciidoc/images/PG1_Variable_Reference.png ---------------------------------------------------------------------- diff --git a/nifi-docs/src/main/asciidoc/images/PG1_Variable_Reference.png b/nifi-docs/src/main/asciidoc/images/PG1_Variable_Reference.png deleted file mode 100644 index d163e49..0000000 Binary files a/nifi-docs/src/main/asciidoc/images/PG1_Variable_Reference.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/nifi/blob/0721d9a0/nifi-docs/src/main/asciidoc/images/PG1_variable_ref_1.png ---------------------------------------------------------------------- diff --git a/nifi-docs/src/main/asciidoc/images/PG1_variable_ref_1.png b/nifi-docs/src/main/asciidoc/images/PG1_variable_ref_1.png new file mode 100644 index 0000000..d163e49 Binary files /dev/null and b/nifi-docs/src/main/asciidoc/images/PG1_variable_ref_1.png differ http://git-wip-us.apache.org/repos/asf/nifi/blob/0721d9a0/nifi-docs/src/main/asciidoc/user-guide.adoc ---------------------------------------------------------------------- diff --git a/nifi-docs/src/main/asciidoc/user-guide.adoc b/nifi-docs/src/main/asciidoc/user-guide.adoc index 54a2e36..294fd3b 100644 --- a/nifi-docs/src/main/asciidoc/user-guide.adoc +++ b/nifi-docs/src/main/asciidoc/user-guide.adoc @@ -1953,7 +1953,7 @@ image::PG1_process_group.png["PG1 Process Group"] The GetFile processor in PG1 references the variable "RPG_Var": -image::PG1_variable_reference.png["PG1 References RPG Variable"] +image::PG1_variable_ref_1.png["PG1 References RPG Variable"] PG1 is saved as a versioned flow:
