mirror of https://github.com/apache/nifi.git
NIFI-768 updated site for TLP push
This commit is contained in:
parent
16cc08748d
commit
d68c7ec24a
|
@ -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'),
|
||||
|
|
|
@ -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.
|
||||
limitations under the License.
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue