Repository: nifi-site Updated Branches: refs/heads/master e585925b4 -> bd5d49276
Correcting NiFi GitHub mirror url. Adding mirror links for the other listed repositories. Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/bd5d4927 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/bd5d4927 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/bd5d4927 Branch: refs/heads/master Commit: bd5d49276d0e0c9ec7c832edf6852ecd85f77890 Parents: e585925 Author: Aldrin Piri <[email protected]> Authored: Wed Dec 5 15:53:37 2018 -0500 Committer: Aldrin Piri <[email protected]> Committed: Wed Dec 5 15:53:37 2018 -0500 ---------------------------------------------------------------------- src/pages/markdown/quickstart.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/bd5d4927/src/pages/markdown/quickstart.md ---------------------------------------------------------------------- diff --git a/src/pages/markdown/quickstart.md b/src/pages/markdown/quickstart.md index ff70ab5..3172fa9 100644 --- a/src/pages/markdown/quickstart.md +++ b/src/pages/markdown/quickstart.md @@ -6,9 +6,9 @@ title: Apache NiFi Development Quickstart ## Source Code -Apache NiFi source code is version controlled using [Git][git] version control ([browse][gitbrowse]|[checkout][gitrepo]) and mirrored to [Github][githubrepo]. -<br />The NiFi website source code is available ([browse][gitbrowsenifisite]|[checkout][gitreponifisite]). -<br />The NiFi Nar maven plugin source code is available ([browse][gitbrowsenifimaven]|[checkout][gitreponifimaven]). +Apache NiFi source code is version controlled using [Git][git] version control ([browse][gitbrowse]|[checkout][gitrepo]) and mirrored to [GitHub][githubrepo]. +<br />The NiFi website source code is available ([browse][gitbrowsenifisite]|[checkout][gitreponifisite]) and mirrored to [GitHub][githubreposite]. +<br />The NiFi NAR maven plugin source code is available ([browse][gitbrowsenifimaven]|[checkout][gitreponifimaven]) and mirrored to [GitHub][githubrepoplugin]. ## Issue Tracking @@ -176,4 +176,6 @@ is ready for use: [gitrepo]: https://git-wip-us.apache.org/repos/asf/nifi.git [gitreponifisite]: https://git-wip-us.apache.org/repos/asf/nifi-site.git [gitreponifimaven]: https://git-wip-us.apache.org/repos/asf/nifi-maven.git -[githubrepo]: https://github.com/apache/nifihttps://git-wip-us.apache.org/repos/asf/nifi-maven.git +[githubrepo]: https://github.com/apache/nifi +[githubreposite]: https://github.com/apache/nifi-site +[githubrepoplugin]: https://github.com/apache/nifi-maven
