From df1066d2ed381220a760e62bd671730f703dca13 Mon Sep 17 00:00:00 2001 From: joewitt Date: Sun, 23 Aug 2015 22:42:32 -0400 Subject: [PATCH] NIFI-875 more incubator references - argh --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfc5e64b6b..23723ecf3c 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,11 @@ Apache NiFi was made for dataflow. It supports highly configurable directed grap ## Getting Started -- Read through the [quickstart guide for development](http://nifi.incubator.apache.org/quickstart.html). +- Read through the [quickstart guide for development](http://nifi.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). + read through the [NiFi Developer's Guide](http://nifi.apache.org/developer-guide.html). To build: - Execute `mvn clean install` or for parallel build execute `mvn -T 2.0C clean install`. On a