Repository: nifi
Updated Branches:
  refs/heads/master 3b675e99e -> 59b7a71c8


NIFI-907: addressing comments to fix periods and link from expression lanaguage 
doc to developer doc

Signed-off-by: Matt Gilman <[email protected]>


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

Branch: refs/heads/master
Commit: 59b7a71c8abae1f64bb64446327b9ad85b252ea6
Parents: 47e9a3c
Author: Joseph Percivall <[email protected]>
Authored: Wed Sep 9 13:20:31 2015 -0400
Committer: Matt Gilman <[email protected]>
Committed: Wed Sep 9 13:45:56 2015 -0400

----------------------------------------------------------------------
 nifi-docs/src/main/asciidoc/developer-guide.adoc        | 12 ++++++------
 .../src/main/asciidoc/expression-language-guide.adoc    |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/59b7a71c/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 46a2a95..caa57c0 100644
--- a/nifi-docs/src/main/asciidoc/developer-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/developer-guide.adoc
@@ -132,17 +132,17 @@ attribute within the `CoreAttributes` enum.
 
 - Filename ("filename"): The filename of the FlowFile. The filename should not 
contain any directory structure.
 
-- UUID ("uuid"): A unique universally unique identifier (UUID) assigned to 
this FlowFile
+- UUID ("uuid"): A unique universally unique identifier (UUID) assigned to 
this FlowFile.
 
-- Path ("path"): The FlowFile's path indicates the relative directory to which 
a FlowFile belongs and does not contain the filename
+- Path ("path"): The FlowFile's path indicates the relative directory to which 
a FlowFile belongs and does not contain the filename.
 
-- Absolute Path ("absolute.path"): The FlowFile's absolute path indicates the 
absolute directory to which a FlowFile belongs and does not contain the filename
+- Absolute Path ("absolute.path"): The FlowFile's absolute path indicates the 
absolute directory to which a FlowFile belongs and does not contain the 
filename.
 
-- Priority ("priority"): A numeric value indicating the FlowFile priority
+- Priority ("priority"): A numeric value indicating the FlowFile priority.
 
-- MIME Type ("mime.type"): The MIME Type of this FlowFile
+- MIME Type ("mime.type"): The MIME Type of this FlowFile.
 
-- Discard Reason ("discard.reason"): Specifies the reason that a FlowFile is 
being discarded
+- Discard Reason ("discard.reason"): Specifies the reason that a FlowFile is 
being discarded.
 
 - Alternative Identifier ("alternate.identifier"): Indicates an identifier 
other than the FlowFile's UUID that is known to refer to this FlowFile.
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/59b7a71c/nifi-docs/src/main/asciidoc/expression-language-guide.adoc
----------------------------------------------------------------------
diff --git a/nifi-docs/src/main/asciidoc/expression-language-guide.adoc 
b/nifi-docs/src/main/asciidoc/expression-language-guide.adoc
index 7d06c1c..03554fe 100644
--- a/nifi-docs/src/main/asciidoc/expression-language-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/expression-language-guide.adoc
@@ -39,7 +39,7 @@ reflected the name of the file on the file system. 
Additionally, the FlowFile wi
 have a `path` attribute that reflects the directory on the file system that 
this
 file lived in. The FlowFile will also have an attribute named `uuid`, which is 
a
 unique identifier for this FlowFile. For complete listing of the core 
attributes
-check out the FlowFile section of the 
link:developer-guide.html#flow[Developer's Guide]
+check out the FlowFile section of the 
link:developer-guide.html#flowfile[Developer's Guide].
 
 However, placing these attributes on a FlowFile do not provide much benefit
 if the user is unable to make use of them. The NiFi Expression Language 
provides

Reply via email to