Repository: incubator-nifi
Updated Branches:
  refs/heads/develop d36a71c25 -> 497767389


Correct casing of JIRA


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

Branch: refs/heads/develop
Commit: c14aef4c750d9224ef02a4adb36b07234db5c852
Parents: d36a71c
Author: Aldrin Piri <aldrinp...@gmail.com>
Authored: Fri Feb 6 14:51:37 2015 -0500
Committer: Aldrin Piri <aldrinp...@gmail.com>
Committed: Fri Feb 6 14:51:37 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/c14aef4c/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
----------------------------------------------------------------------
diff --git a/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc 
b/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
index 17264c8..1677312 100644
--- a/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
+++ b/nifi/nifi-docs/src/main/asciidoc/developer-guide.adoc
@@ -2101,7 +2101,7 @@ among others. We make use of Apache Maven for our builds 
and Git for our version
 
 === Where to Start?
 
-link:http://issues.apache.org/jira/browse/NIFI[NiFi's Jira page] can be used 
to find tickets that are tagged as "beginner",
+link:http://issues.apache.org/jira/browse/NIFI[NiFi's JIRA page] can be used 
to find tickets that are tagged as "beginner",
 or you can dig into any of the tickets for creating Processors. Processors 
should be self-contained and not rely on other
 outside components (except for Controller Services), so they make for 
excellent starting points for new NiFi developers to
 get started. This exposes the developer to the NiFi API and is the most 
extensible part of the dataflow system.

Reply via email to