diff --git a/nifi-site/Gruntfile.js b/nifi-site/Gruntfile.js index 42ecd8f277..161b47f2bf 100644 --- a/nifi-site/Gruntfile.js +++ b/nifi-site/Gruntfile.js @@ -5,7 +5,7 @@ module.exports = function (grunt) { grunt.initConfig({ config: { svn: { - url: 'https://svn.apache.org/repos/asf/incubator/nifi/site/trunk' + url: 'https://svn.apache.org/repos/asf/nifi/site/trunk' } }, pkg: grunt.file.readJSON('package.json'), diff --git a/nifi-site/README.md b/nifi-site/README.md index 4b7906b25f..24dbf22453 100644 --- a/nifi-site/README.md +++ b/nifi-site/README.md @@ -13,7 +13,7 @@ limitations under the License. --> # About -[Apache NiFi project] (http://nifi.incubator.apache.org). +[Apache NiFi project] (http://nifi.apache.org). ## Getting Started @@ -69,7 +69,7 @@ Because of this, Maven must be installed and available on the PATH. Additionally must be installed in order for the Maven build to succeed. Refer to the [NiFi][] documentation for minimum requirements for Maven and Java. -[NiFi]: https://nifi.incubator.apache.org/quickstart.html +[NiFi]: https://nifi.apache.org/quickstart.html ```bash grunt @@ -150,4 +150,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License. diff --git a/nifi-site/bower.json b/nifi-site/bower.json index 6ced6f714d..b9a0b3259d 100644 --- a/nifi-site/bower.json +++ b/nifi-site/bower.json @@ -1,11 +1,11 @@ { "name": "apache-nifi-site", - "version": "0.0.2-incubating", + "version": "0.2.0", "description": "The artifacts for the Apache NiFi site.", "private": "true", "repository": { "type": "git", - "url": "http://git-wip-us.apache.org/repos/asf/incubator-nifi.git" + "url": "http://git-wip-us.apache.org/repos/asf/nifi.git" }, "dependencies": { "foundation": "~5.5.1", diff --git a/nifi-site/package.json b/nifi-site/package.json index dbd8ab52ec..f299d4db53 100644 --- a/nifi-site/package.json +++ b/nifi-site/package.json @@ -1,11 +1,11 @@ { "name": "apache-nifi-site", - "version": "0.1.0-incubating", + "version": "0.2.0", "description": "The artifacts for the Apache NiFi site.", "private": "true", "repository": { "type": "git", - "url": "http://git-wip-us.apache.org/repos/asf/incubator-nifi.git" + "url": "http://git-wip-us.apache.org/repos/asf/nifi.git" }, "devDependencies": { "assemble": "^0.4.42",