Repository: nifi-site Updated Branches: refs/heads/master 001c2421c -> e97f14364
NIFI-1122: - Adding a Release Notes link to the Download top menu. Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/e97f1436 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/e97f1436 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/e97f1436 Branch: refs/heads/master Commit: e97f14364c500036c312b2dd0b93791a0c289efc Parents: 001c242 Author: Matt Gilman <[email protected]> Authored: Mon Dec 14 11:21:14 2015 -0500 Committer: Matt Gilman <[email protected]> Committed: Mon Dec 14 11:21:14 2015 -0500 ---------------------------------------------------------------------- src/includes/topbar.hbs | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/e97f1436/src/includes/topbar.hbs ---------------------------------------------------------------------- diff --git a/src/includes/topbar.hbs b/src/includes/topbar.hbs index 284c341..d92cc77 100644 --- a/src/includes/topbar.hbs +++ b/src/includes/topbar.hbs @@ -36,6 +36,7 @@ <a href="#">Download</a> <ul class="dropdown"> <li><a href="download.html">Download NiFi</a></li> + <li><a href="https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version0.4.0"><i class="fa fa-external-link external-link"></i>Release Notes</a></li> </ul> </li> <li class="has-dropdown">
