NIFI-2563 This closes #853. Fixing User Guide Label Icon
Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/4ec34da9 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/4ec34da9 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/4ec34da9 Branch: refs/heads/master Commit: 4ec34da99b6d3097293ec60710a29697e3b5bbec Parents: d32a7ba Author: James Wing <[email protected]> Authored: Fri Aug 12 14:38:47 2016 -0700 Committer: joewitt <[email protected]> Committed: Sun Aug 14 14:42:12 2016 -0400 ---------------------------------------------------------------------- nifi-docs/src/main/asciidoc/user-guide.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/4ec34da9/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 4a9c64f..2ac03bb 100644 --- a/nifi-docs/src/main/asciidoc/user-guide.adoc +++ b/nifi-docs/src/main/asciidoc/user-guide.adoc @@ -407,7 +407,7 @@ image::instantiate-template-description.png["Instantiate Template Dialog"] [[label]] -iconLabel.png["Label"] +image:iconLabel.png["Label"] *Label*: Labels are used to provide documentation to parts of a dataflow. When a Label is dropped onto the canvas, it is created with a default size. The Label can then be resized by dragging the handle in the bottom-right corner. The Label has no text when initially created. The text of the Label can be added by right-clicking on the Label and
