This is an automated email from the ASF dual-hosted git repository.

bbende pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 6f0c662  Added GitHub link under Development section of navigation
     new af21414  Merge pull request #51 from 
exceptionfactory/development-github-link
6f0c662 is described below

commit 6f0c66220a5d2725482e36af9b16bd9434f84077
Author: exceptionfactory <[email protected]>
AuthorDate: Tue Oct 5 16:20:04 2021 -0500

    Added GitHub link under Development section of navigation
---
 src/includes/topbar.hbs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/includes/topbar.hbs b/src/includes/topbar.hbs
index 7342922..c24dcff 100644
--- a/src/includes/topbar.hbs
+++ b/src/includes/topbar.hbs
@@ -61,6 +61,7 @@
                         <li><a href="developer-guide.html">Developer 
Guide</a></li>
                         <li><a 
href="https://gitbox.apache.org/repos/asf/nifi.git";><i class="fa 
fa-external-link external-link"></i>Source</a></li>
                         <li><a 
href="https://issues.apache.org/jira/browse/NIFI";><i class="fa fa-external-link 
external-link"></i>Issues</a></li>
+                        <li><a href="https://github.com/apache/nifi";><i 
class="fa fa-external-link external-link"></i>GitHub</a></li>
                     </ul>
                 </li>
                 <li class="has-dropdown">

Reply via email to