You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2015/07/16 16:47:19 UTC

[26/50] [abbrv] incubator-nifi git commit: NIFI-741: Adding a link to the contributor guide in the Community section of navigation.

NIFI-741: Adding a link to the contributor guide in the Community section of navigation.


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/063afe2a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/063afe2a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/063afe2a

Branch: refs/heads/master
Commit: 063afe2a0dfbd7d256ad6e1df07886013f6b9503
Parents: eddc071
Author: Aldrin Piri <al...@apache.org>
Authored: Fri Jul 3 00:55:15 2015 -0400
Committer: Aldrin Piri <al...@apache.org>
Committed: Fri Jul 3 00:55:15 2015 -0400

----------------------------------------------------------------------
 nifi-site/src/includes/topbar.hbs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/063afe2a/nifi-site/src/includes/topbar.hbs
----------------------------------------------------------------------
diff --git a/nifi-site/src/includes/topbar.hbs b/nifi-site/src/includes/topbar.hbs
index e91b081..7010ac0 100644
--- a/nifi-site/src/includes/topbar.hbs
+++ b/nifi-site/src/includes/topbar.hbs
@@ -41,6 +41,7 @@
                 <li class="has-dropdown">
                     <a href="#">Community</a>
                     <ul class="dropdown">
+                        <li><a href="https://cwiki.apache.org/confluence/display/NIFI/Contributor+Guide">Contributor Guide</a></li>
                         <li><a href="mailing_lists.html">Mailing Lists</a></li>
                         <li><a href="people.html">People</a></li>
                     </ul>
@@ -68,4 +69,4 @@
             </ul>
         </section>
     </nav>
-</div>
\ No newline at end of file
+</div>