Repository: nifi-site Updated Branches: refs/heads/master 9ca452889 -> 39bb18c68
NIFI-4104 notify about downloading from apache archives Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/39bb18c6 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/39bb18c6 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/39bb18c6 Branch: refs/heads/master Commit: 39bb18c684ddf828d786e2e915f7b39d86bed3e5 Parents: 9ca4528 Author: joewitt <[email protected]> Authored: Wed Dec 6 10:41:53 2017 -0500 Committer: joewitt <[email protected]> Committed: Wed Dec 6 10:41:53 2017 -0500 ---------------------------------------------------------------------- src/pages/html/download.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/39bb18c6/src/pages/html/download.hbs ---------------------------------------------------------------------- diff --git a/src/pages/html/download.hbs b/src/pages/html/download.hbs index 2483742..0d97b63 100644 --- a/src/pages/html/download.hbs +++ b/src/pages/html/download.hbs @@ -83,6 +83,6 @@ title: Apache NiFi Downloads </div> <div class="row"> <div class="large-12 columns"> - <p>If you need access to older releases they can be found in the <a href="https://archive.apache.org/dist/nifi/">release archives. Please note that the link is to archive.apache.org. Apache limits how much can be downloaded from this site per day so please avoid automated/continuous downloads from the archives.</a></p> + <p>If you need access to older releases they can be found in the <a href="https://archive.apache.org/dist/nifi/">release archives</a>. Please note that the link is to archive.apache.org. Apache limits how much can be downloaded from this site per day so please avoid automated/continuous downloads from the archives.</p> </div> </div>
