Repository: incubator-nifi Updated Branches: refs/heads/develop 322dac622 -> 6787afc30
Updated the README to have correct link for quickstart and developer guide Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/48564b51 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/48564b51 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/48564b51 Branch: refs/heads/develop Commit: 48564b512519146dcdd353fc51eb484658dc3e20 Parents: 483958b Author: Andrew Hulbert <[email protected]> Authored: Fri May 15 14:30:43 2015 -0400 Committer: Andrew Hulbert <[email protected]> Committed: Fri May 15 14:30:43 2015 -0400 ---------------------------------------------------------------------- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/48564b51/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index d7a04c4..8a4fdba 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,11 @@ Apache NiFi is an easy to use, powerful, and reliable system to process and dist ## Getting Started -- Read through the [quickstart guide for development](http://nifi.incubator.apache.org/development/quickstart.html). +- Read through the [quickstart guide for development](http://nifi.incubator.apache.org/quickstart.html). It will include information on getting a local copy of the source, give pointers on issue tracking, and provide some warnings about common problems with development environments. +- For a more comprehensive guide to development and information about contributing to the project + read through the [NiFi Developer's Guide](http://nifi.incubator.apache.org/developer-guide.html). - Optional: Build supporting modules. This should only be needed if the current 'nifi' module is in the process of updating to a new version of either the 'nifi-parent' or 'nifi-nar-maven-plugin' artifacts.
