NIFI-768 updated site for TLP push

This commit is contained in:
joewitt 2015-07-17 20:47:42 -04:00
parent 16cc08748d
commit d68c7ec24a
4 changed files with 8 additions and 8 deletions

View File

@ -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'),

View File

@ -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

View File

@ -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",

View File

@ -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",